aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-08 01:01:16 +0200
committerjcid <devnull@localhost>2008-06-08 01:01:16 +0200
commit05af330281147e31b01c84807b60db70e9905f48 (patch)
treef1bd24a12d68a1e3846586e7afe6b55e7d3b1e71 /src/menu.cc
parentac873360edc8fb5f97706b32ddefd54f30376fe8 (diff)
- Fixed a bug in stop parser. Reordered Html_process_tag.
Diffstat (limited to 'src/menu.cc')
-rw-r--r--src/menu.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.cc b/src/menu.cc
index 8eea34c4..3069c3b8 100644
--- a/src/menu.cc
+++ b/src/menu.cc
@@ -253,6 +253,7 @@ void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
new Divider();
i = new Item("Find Text");
i->callback(Menu_find_text_cb);
+ //i->shortcut(CTRL+'f');
i = new Item("Jump to...");
i->deactivate();
new Divider();