Actually change the window title.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@487 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2008-04-21 07:45:45 +00:00
parent 9ddc1db95e
commit d8f0028ff7
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));