From 2594f8cb475fd1bbeace619b8927d3af6f41cdeb Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Tue, 24 Oct 2023 22:40:20 -0400 Subject: [PATCH] update comment --- src/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base.c b/src/base.c index 1f2a6ef..153994b 100644 --- a/src/base.c +++ b/src/base.c @@ -10,10 +10,10 @@ activate (GtkApplication *app, /* Construct a GtkBuilder instance */ GtkBuilder *builder = gtk_builder_new (); - /* Loads the UI interfaces */ + /* Loads the UI interface objectss */ gtk_builder_add_from_file (builder, "../src/ui/admin-register.ui", NULL); - /* Register thhe ID of gtk_object from admin-register.ui */ + /* Register the ID of gtk_object from admin-register.ui */ GObject *window = gtk_builder_get_object (builder, "register_window"); /* Connect the actions of XML UI's with Gtk Signals */