diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-14 19:05:23 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-14 13:18:42 -0700 |
commit | d16bcd8978115768a3d9ff0fa081a2f2a018255b (patch) | |
tree | 426098b79ff4b679eab96e9ec471a881ea6d28d6 /desktop-widgets/mainwindow.ui | |
parent | 6173ef2eb2030735a6614c188e90e8cdbbb9b486 (diff) | |
download | subsurface-d16bcd8978115768a3d9ff0fa081a2f2a018255b.tar.gz |
Desktop: remove "edit dive" from log menu
Nowadays, we edit dives just by starting to enter data for the dive.
There is no need to explicitly ask to start editing the dive, using the
now removed menu option. This was a left-over of a long past history.
This is fallout from PR #1673.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index 5c7e20fad..1263b4093 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -82,7 +82,6 @@ <string>&Log</string> </property> <addaction name="actionAddDive"/> - <addaction name="actionEditDive"/> <addaction name="actionDivePlanner"/> <addaction name="actionReplanDive"/> <addaction name="copy"/> @@ -252,11 +251,6 @@ <string notr="true">Ctrl++</string> </property> </action> - <action name="actionEditDive"> - <property name="text"> - <string>&Edit dive</string> - </property> - </action> <action name="copy"> <property name="text"> <string>&Copy dive components</string> |