mirror of https://github.com/daleclack/My_GtkUi
Fix the title of game24 application
This commit is contained in:
parent
032b84d242
commit
a1edd10fc6
|
@ -6,6 +6,7 @@ Game24Win::Game24Win(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &
|
|||
winned(true)
|
||||
{
|
||||
set_icon_name("24game");
|
||||
set_title("24 Game");
|
||||
|
||||
// Get Widgets
|
||||
ref_builder->get_widget("label_numbers", label_numbers);
|
||||
|
|
Loading…
Reference in New Issue