aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 19:26:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 19:26:54 +0000
commit2b5ccf7effcb33912c8e734bb33258a54917b22a (patch)
tree10c55570f3f058bc6afc4f1442e1323e2790f4c3
parent3d91d8f26a523c0c8a579c5e47100355c2f3986f (diff)
fix quoting of translated string
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16744
-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> \