aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-23 00:42:45 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-23 00:42:45 +0000
commit2e562ea7b4fcae053bf48939baaaea2baef55588 (patch)
treeeadcb308f5d8cbad698060698163c1385858f2f5 /gtk/menu.c
parent81297cee317800158e3eed2e3aac9bc0fa2f39c8 (diff)
From Sake Blok (via -dev list and enhancement bug #1449):
I did however see some small errors in the documentation that I did not notice when I sent in the patch. This patch corrects them and adds an accelerated key: - table 6.1 remove "Analyze" from "Identical..." column for "Copy as Filter" - table 6.2 add "Edit" from "Identical..." column for "Copy as Filter" - Added accelerator key for "Copy as Filter". I chose "Shift+Ctrl+C", so that "Ctrl+C" is still available for "standard" copy Image figure 3.4 should be renewed, reflecting the change in the menu structure. svn path=/trunk/; revision=21140
Diffstat (limited to 'gtk/menu.c')
-rw-r--r--gtk/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/menu.c b/gtk/menu.c
index 58da46cdf3..b8c5ee1241 100644
--- a/gtk/menu.c
+++ b/gtk/menu.c
@@ -433,7 +433,7 @@ static GtkItemFactoryEntry menu_items[] =
0, GTK_STOCK_QUIT),
ITEM_FACTORY_ENTRY("/_Edit", NULL, NULL, 0, "<Branch>", NULL),
ITEM_FACTORY_ENTRY("/Edit/Copy", NULL, NULL, 0, "<Branch>", NULL),
- ITEM_FACTORY_ENTRY("/Edit/Copy/As Filter", NULL, match_selected_ptree_cb,
+ ITEM_FACTORY_ENTRY("/Edit/Copy/As Filter", "<shift><control>C", match_selected_ptree_cb,
MATCH_SELECTED_REPLACE|MATCH_SELECTED_COPY_ONLY, NULL, NULL),
#if 0
/* Un-#if this when we actually implement Cut/Copy/Paste. */