Avoid text heuristics for macOS special menu actions

These  go wrong  too easily  with l10n,  this ensures  the right  menu
actions are  treated specially  on macOS and  moved to  their "normal"
place on the global system menu.
This commit is contained in:
Bill Somerville 2020-05-29 20:00:02 +01:00
parent 69bb39c88f
commit 1f06a2a948
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
@ -2911,6 +2911,9 @@ list. The list can be maintained in Settings (F2).</string>
<property name="text">
<string>About WSJT-X</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionWide_Waterfall">
<property name="text">
@ -3198,6 +3201,9 @@ list. The list can be maintained in Settings (F2).</string>
<property name="text">
<string>Settings...</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="actionLocal_User_Guide">
<property name="text">