set proper menuRoles for About (Quassel|Qt) and Preferences. Stupidly they aren't...
authorMarcus Eggenberger <egs@quassel-irc.org>
Thu, 10 Jul 2008 18:31:09 +0000 (20:31 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Thu, 10 Jul 2008 18:31:09 +0000 (20:31 +0200)
src/qtui/ui/mainwin.ui

index 9fd8c73..6fd7abd 100644 (file)
    <property name="shortcut" >
     <string>F7</string>
    </property>
+   <property name="menuRole" >
+    <enum>QAction::PreferencesRole</enum>
+   </property>
   </action>
   <action name="actionManageViews2" >
    <property name="enabled" >
    <property name="text" >
     <string>About Qt...</string>
    </property>
+   <property name="menuRole" >
+    <enum>QAction::AboutQtRole</enum>
+   </property>
   </action>
   <action name="actionAboutQuassel" >
    <property name="enabled" >
    <property name="text" >
     <string>About Quassel IRC...</string>
    </property>
+   <property name="menuRole" >
+    <enum>QAction::AboutRole</enum>
+   </property>
   </action>
   <action name="actionImportBacklog" >
    <property name="text" >