Actually change the window title.
This commit is contained in:
parent
4e7f9cf39f
commit
dfc7136df6
|
@ -93,6 +93,8 @@ Window::Window(GtkWindow * _pstWindow, const Glib::RefPtr<Xml> & _poXml) :
|
|||
|
||||
vInitSystem();
|
||||
|
||||
vSetDefaultTitle();
|
||||
|
||||
Gtk::Container * poC;
|
||||
poC = dynamic_cast<Gtk::Container *>(_poXml->get_widget("ScreenContainer"));
|
||||
m_poScreenArea = Gtk::manage(new ScreenArea(m_iScreenWidth, m_iScreenHeight));
|
||||
|
|
Loading…
Reference in New Issue