Browse Source

Fixed missing preferences menu

QGC4.4
Lorenz Meier 11 years ago
parent
commit
b924b92907
  1. 7
      src/ui/MainWindow.ui

7
src/ui/MainWindow.ui

@ -377,6 +377,9 @@ @@ -377,6 +377,9 @@
<property name="text">
<string>Settings</string>
</property>
<property name="toolTip">
<string>Application settings</string>
</property>
</action>
<action name="actionFullscreen">
<property name="checkable">
@ -439,10 +442,10 @@ @@ -439,10 +442,10 @@
<normaloff>:/files/images/categories/preferences-system.svg</normaloff>:/files/images/categories/preferences-system.svg</iconset>
</property>
<property name="text">
<string>Config</string>
<string>Vehicle Setup</string>
</property>
<property name="toolTip">
<string>Configuration options of the vehicle.</string>
<string>Hardware setup of the vehicle</string>
</property>
</action>
<action name="actionAdvanced_Mode">

Loading…
Cancel
Save