--- qsampler/trunk/src/qsamplerMainForm.cpp 2007/11/22 11:10:44 1509 +++ qsampler/trunk/src/qsamplerMainForm.cpp 2007/11/22 22:17:43 1512 @@ -238,6 +238,11 @@ WSAStartup(MAKEWORD(1, 1), &_wsaData); #endif + // Some actions surely need those + // shortcuts firmly attached... + addAction(m_ui.viewMenubarAction); + addAction(m_ui.viewToolbarAction); + QObject::connect(m_ui.fileNewAction, SIGNAL(triggered()), SLOT(fileNew()));