aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--search-plugin.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/search-plugin.tcl b/search-plugin.tcl
index 2397360..15d610a 100644
--- a/search-plugin.tcl
+++ b/search-plugin.tcl
@@ -239,7 +239,7 @@ proc ::dialog_helpbrowser2::create_dialog {mytoplevel} {
bind $mytoplevel.f.matchwords_check <Return> "$mytoplevel.f.searchbutton invoke"
set advancedlabeltext [_ "Advanced search options"]
bind $mytoplevel.f.advancedlabel <Enter> "$mytoplevel.f.advancedlabel configure \
- -cursor hand2; $mytoplevel.statusbar configure -text $advancedlabeltext"
+ -cursor hand2; $mytoplevel.statusbar configure -text \"$advancedlabeltext\""
bind $mytoplevel.f.advancedlabel <Leave> "$mytoplevel.f.advancedlabel configure \
-cursor xterm; $mytoplevel.statusbar configure -text \"\""
bind $mytoplevel.f.advancedlabel <Button-1> \