From 82b4e3dc65904c35d95a70915302cd56a2c3b042 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Dec 2012 01:19:35 +0000 Subject: rename the menu item back to 'Search' svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16735 --- search-plugin.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-plugin.tcl b/search-plugin.tcl index 23c28c0..68a903f 100644 --- a/search-plugin.tcl +++ b/search-plugin.tcl @@ -1077,7 +1077,7 @@ proc ::dialog_helpbrowser2::get_info {xpos ypos mytoplevel} { set mymenu .menubar.help set inserthere [$mymenu index [_ "Report a bug"]] $mymenu insert $inserthere separator - $mymenu insert $inserthere command -label [_ "Browser2.0"] \ + $mymenu insert $inserthere command -label [_ "Search"] \ -command {::dialog_helpbrowser2::open_helpbrowser .helpbrowser2} bind all <$::modifier-Key-h> \ {::dialog_helpbrowser2::open_helpbrowser .helpbrowser2} -- cgit v1.2.1