aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 01:19:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 01:19:35 +0000
commit82b4e3dc65904c35d95a70915302cd56a2c3b042 (patch)
tree7ab6865b67ea45e357e99e868550c39b272c9636
parent5a5bff1d821c2df9e6ac3f60566660b3c4e40136 (diff)
rename the menu item back to 'Search'
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16735
-rw-r--r--search-plugin.tcl2
1 files changed, 1 insertions, 1 deletions
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}