diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 18:48:21 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 18:48:21 -0300 |
commit | 062515ba6f92fa7b4d72403ed195b28ad6d996f7 (patch) | |
tree | c9ec05365574236c39f4b1b29117f1370fc22aaa /qt-ui/mainwindow.ui | |
parent | fdd8a4811bd598cd661cda5a9c057749dc1a11d1 (diff) | |
download | subsurface-062515ba6f92fa7b4d72403ed195b28ad6d996f7.tar.gz |
Added back the menu entry 'Dive Planner'
Added back the menu entry Dive Planner, and removed the
calee code from the Print action.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 1a985f812..1dfb8a27b 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -103,7 +103,7 @@ <x>0</x> <y>0</y> <width>763</width> - <height>34</height> + <height>20</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -152,6 +152,8 @@ <addaction name="separator"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> + <addaction name="separator"/> + <addaction name="actionDivePlanner"/> </widget> <widget class="QMenu" name="menuFilter"> <property name="title"> @@ -368,6 +370,11 @@ <string>Ctrl+4</string> </property> </action> + <action name="actionDivePlanner"> + <property name="text"> + <string>Dive Planner</string> + </property> + </action> </widget> <customwidgets> <customwidget> |