Manage Dive Site from the MainMenu

Trigger the ManageDiveSite from the MainMenu.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-06-01 16:29:38 -03:00 committed by Dirk Hohndel
parent b9a3234371
commit 82d3f088a4
3 changed files with 13 additions and 2 deletions

View file

@ -99,6 +99,7 @@
<addaction name="actionEditDive"/>
<addaction name="actionDivePlanner"/>
<addaction name="actionReplanDive"/>
<addaction name="actionManage_dive_sites"/>
<addaction name="copy"/>
<addaction name="paste"/>
<addaction name="separator"/>
@ -718,12 +719,17 @@
</action>
<action name="actionCloudstorageopen">
<property name="text">
<string>Cloud storage open</string>
<string>C&amp;loud storage open</string>
</property>
</action>
<action name="actionCloudstoragesave">
<property name="text">
<string>Cloud storage save</string>
<string>Clo&amp;ud storage save</string>
</property>
</action>
<action name="actionManage_dive_sites">
<property name="text">
<string>Manage dive sites</string>
</property>
</action>
</widget>