summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 14:27:30 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 14:27:30 -0800
commitb2077dc9c0bb9eeccbf48980d0d22269b621e8c3 (patch)
tree7b4d62f9a36a1de4701c9ea58df8c8924cb4a41f /qt-ui
parentd765f7a991e3598cbf75aa317f1ab3392fa538b5 (diff)
downloadsubsurface-b2077dc9c0bb9eeccbf48980d0d22269b621e8c3.tar.gz
Better menu entry for filter
This is no longer just a tag filter. Also, since we use this entry (and its shortcut) like a toggle we should mark the menu entry accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/mainwindow.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index 7b75c2802..5dfde4fb9 100644
--- a/qt-ui/mainwindow.ui
+++ b/qt-ui/mainwindow.ui
@@ -836,8 +836,11 @@ p, li { white-space: pre-wrap; }
</property>
</action>
<action name="actionFilterTags">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
<property name="text">
- <string>&amp;Filter by tags</string>
+ <string>&amp;Filter divelist</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>