aboutsummaryrefslogtreecommitdiff
path: root/search-plugin.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'search-plugin.tcl')
-rw-r--r--search-plugin.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 98ffbf2..c366296 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -1096,7 +1096,9 @@ proc ::dialog_helpbrowser2::get_info {xpos ypos mytoplevel} {
# create the menu item on load
set mymenu .menubar.help
- set inserthere [$mymenu index [_ "Report a bug"]]
+ # this can be buggy with translated text
+ #set inserthere [$mymenu index [_ "Report a bug"]]
+ set inserthere 4
$mymenu insert $inserthere separator
$mymenu insert $inserthere command -label [_ "Search"] \
-command {::dialog_helpbrowser2::open_helpbrowser .helpbrowser2}