diff -r 574b385ce7df -r fcab1fd02bc6 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Sat May 26 16:50:51 2012 -0400 +++ b/QTfrontend/main.cpp Sun May 27 23:42:43 2012 +0400 @@ -103,6 +103,9 @@ int main(int argc, char *argv[]) { HWApplication app(argc, argv); + + hwConstsInit(); + app.setAttribute(Qt::AA_DontShowIconsInMenus,false); QStringList arguments = app.arguments();