Merge pull request #863 from ey6es/master

We must set the window menu bar in order for it to show up on Linux/Wind...
This commit is contained in:
Andrzej Kapolka 2013-08-19 10:53:03 -07:00
commit c738d52b98

View file

@ -216,8 +216,8 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
FvUpdater::sharedUpdater()->CheckForUpdatesSilent();
#endif
// call Menu getInstance static method to set up the menur
Menu::getInstance();
// call Menu getInstance static method to set up the menu
_window->setMenuBar(Menu::getInstance());
_networkAccessManager = new QNetworkAccessManager(this);