diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-10 15:34:57 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-10 15:34:57 -0300 |
commit | 1baef83791ce1dd29b4784420dc9c34cd5ff9680 (patch) | |
tree | c1223f24c3e328f024c580ccaa456cc834588e49 /qt-ui/mainwindow.ui | |
parent | ad5c18655365d5f8adad9397d7dc0e52d2522fdd (diff) | |
download | subsurface-1baef83791ce1dd29b4784420dc9c34cd5ff9680.tar.gz |
Added the option to create a new dive from the menu.
This patch adds a dive from the menu, it's the dive that will
be used to add a new dive plan. so, I also removed the option
'add imput plan' from the menu.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index fbf10cdf8..a29cb6179 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -157,12 +157,6 @@ </property> <addaction name="actionSelectEvents"/> </widget> - <widget class="QMenu" name="menuPlanner"> - <property name="title"> - <string>Planner</string> - </property> - <addaction name="actionInputPlan"/> - </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>Help</string> @@ -174,7 +168,6 @@ <addaction name="menuLog"/> <addaction name="menuView"/> <addaction name="menuFilter"/> - <addaction name="menuPlanner"/> <addaction name="menuHelp"/> </widget> <action name="actionNew"> |