#600 Tag menu action roles to allow translated menu items to move to the correct Mac OS X menu

master
Marius Kintel 2014-12-11 16:58:20 -05:00
parent 0a10aca8aa
commit 9da865604c
1 changed files with 9 additions and 0 deletions

View File

@ -543,6 +543,9 @@
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
</action>
<action name="editActionUndo">
<property name="text">
@ -955,6 +958,9 @@
<property name="text">
<string>About</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="helpActionManual">
<property name="text">
@ -983,6 +989,9 @@
<property name="text">
<string>Preferences</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="editActionFind">
<property name="text">