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>
This commit is contained in:
Tomaz Canabrava 2013-06-10 15:34:57 -03:00
parent ad5c186553
commit 1baef83791
2 changed files with 11 additions and 9 deletions

View file

@ -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">