Signed-off-by: Markus Heidelberg <redacted>
---
src/mainview.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mainview.ui b/src/mainview.ui
index 4ddf43d..b3a94a6 100644
--- a/src/mainview.ui
+++ b/src/mainview.ui
@@ -460,7 +460,7 @@
<string>Filter by tree</string>
</property>
<property name="toolTip">
- <string>Filter by tree selection, multple selection allowed</string>
+ <string>Filter by tree selection, multiple selections allowed</string>
</property>
<property name="shortcut">
<string>F</string>--
1.6.3.2.236.ge505d
It was introduced in commit cdb58c0 (Adding useful shortcuts,
2008-06-07), but didn't even work there, because the key 'f' was already
reserved for "Go to file page", which caused the following message on
stdout:
QAction::eventFilter: Ambiguous shortcut overload: F
Now the shortcut works for jumping to the file view again.
Signed-off-by: Markus Heidelberg <redacted>
---
src/mainview.ui | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/mainview.ui b/src/mainview.ui
index b3a94a6..3a257be 100644
--- a/src/mainview.ui
+++ b/src/mainview.ui
@@ -462,9 +462,6 @@
<property name="toolTip">
<string>Filter by tree selection, multiple selections allowed</string>
</property>
- <property name="shortcut">
- <string>F</string>
- </property>
</action>
<action name="ActShowTree">
<property name="checkable">--
1.6.3.2.236.ge505d
On Fri, Jun 12, 2009 at 14:07, Markus
Heidelberg[off-list ref] wrote:
Signed-off-by: Markus Heidelberg <redacted>
---
Thanks, all patches applied and pushed.