Actually change the window title.

This commit is contained in:
bgk 2008-04-21 07:45:45 +00:00
parent 4e7f9cf39f
commit dfc7136df6
1 changed files with 2 additions and 0 deletions

View File

@ -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));