Merge branch 'master' of https://github.com/worklist/hifi into separate_import_with_preview

This commit is contained in:
atlante45 2013-08-19 10:54:35 -07:00
commit b4157593c5

View file

@ -217,8 +217,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);