diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-25 18:47:53 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 17:59:15 -0700 |
commit | 32db7e5fb548b0e7b6fb486c8e65f72b20e0c802 (patch) | |
tree | f8e35a4bd98cb545d99e0723efd2a3dc1aeea818 /qt-ui | |
parent | 03702edf87c7a8787302a08bcf1f051223f6accb (diff) | |
download | subsurface-32db7e5fb548b0e7b6fb486c8e65f72b20e0c802.tar.gz |
Remove edit dive site from the menubar
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 4b64cb095..8ecdc13ac 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -62,7 +62,7 @@ <x>0</x> <y>0</y> <width>861</width> - <height>22</height> + <height>29</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -118,7 +118,6 @@ <addaction name="actionViewGlobe"/> <addaction name="separator"/> <addaction name="actionYearlyStatistics"/> - <addaction name="actionDiveSiteEdit"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> <addaction name="separator"/> @@ -718,12 +717,12 @@ </action> <action name="actionCloudstorageopen"> <property name="text"> - <string>Open cloud storage</string> + <string>Open c&loud storage</string> </property> </action> <action name="actionCloudstoragesave"> <property name="text"> - <string>Save to cloud storage</string> + <string>Save to clo&ud storage</string> </property> </action> <action name="actionManage_dive_sites"> @@ -733,7 +732,7 @@ </action> <action name="actionDiveSiteEdit"> <property name="text"> - <string>Dive Site Edit</string> + <string>Dive Site &Edit</string> </property> </action> </widget> |