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
This commit is contained in:
Stephen Fisher 2007-03-23 00:42:45 +00:00
parent 81297cee31
commit 2e562ea7b4
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -575,7 +575,7 @@
<tbody>
<row>
<entry><command>Copy > As Filter</command></entry>
<entry></entry>
<entry>Shift+Ctrl+C</entry>
<entry><para>
This menu item will use the selected item in the detail view to
create a display filter. This display filter is then copied to

View File

@ -185,8 +185,8 @@
</entry>
</row>
<row>
<entry><command>Copy as Filter</command></entry>
<entry>Analyze</entry>
<entry><command>Copy/ As Filter</command></entry>
<entry></entry>
<entry>
<para>
Prepare a display filter based on the currently selected item
@ -360,7 +360,7 @@
</row>
<row>
<entry><command>Copy/ As Filter</command></entry>
<entry>-</entry>
<entry>Edit</entry>
<entry>
<para>
Prepare a display filter based on the currently selected item

View File

@ -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. */