Commit 651417bd authored by Don Gagne's avatar Don Gagne

Merge pull request #3443 from DonLakeFlyer/RemoveHelpMenu

Remove help menu
parents 27918491 f6d3e43a
......@@ -65,14 +65,6 @@
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionOnline_Documentation"/>
<addaction name="actionProject_Roadmap"/>
<addaction name="actionDeveloper_Credits"/>
</widget>
<widget class="QMenu" name="menuWidgets">
<property name="title">
<string>Widgets</string>
......@@ -80,7 +72,6 @@
</widget>
<addaction name="menuMGround"/>
<addaction name="menuWidgets"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionExit">
......@@ -96,21 +87,6 @@
<string>Manage Communication Links</string>
</property>
</action>
<action name="actionOnline_Documentation">
<property name="text">
<string>Online Documentation</string>
</property>
</action>
<action name="actionProject_Roadmap">
<property name="text">
<string>Project Roadmap</string>
</property>
</action>
<action name="actionDeveloper_Credits">
<property name="text">
<string>Developer Credits</string>
</property>
</action>
<action name="actionMuteAudioOutput">
<property name="checkable">
<bool>true</bool>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment