summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-08-20 18:17:03 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-08-20 18:17:03 (GMT)
commitf9b9aac725a0a123d6e988f9e6bb557b86ba49af (patch)
treea999b14f231dae7b36f8f2983ccad57806a60989 /library/console.tcl
parente9c4f388b5b315e47cb30f70d0fc1b93afe2742e (diff)
parent22a9bc4bd75e5479537768884f7ead683e5e51d9 (diff)
downloadtk-f9b9aac725a0a123d6e988f9e6bb557b86ba49af.zip
tk-f9b9aac725a0a123d6e988f9e6bb557b86ba49af.tar.gz
tk-f9b9aac725a0a123d6e988f9e6bb557b86ba49af.tar.bz2
merge trunk
Diffstat (limited to 'library/console.tcl')
-rw-r--r--library/console.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/console.tcl b/library/console.tcl
index eb8990a..b98689f 100644
--- a/library/console.tcl
+++ b/library/console.tcl
@@ -740,9 +740,9 @@ proc ::tk::console::FontchooserToggle {} {
}
proc ::tk::console::FontchooserVisibility {index} {
if {[tk fontchooser configure -visible]} {
- .menubar.edit entryconfigure $index -label [msgcat::mc "Hide Fonts"]
+ .menubar.edit entryconfigure $index -label [::tk::msgcat::mc "Hide Fonts"]
} else {
- .menubar.edit entryconfigure $index -label [msgcat::mc "Show Fonts"]
+ .menubar.edit entryconfigure $index -label [::tk::msgcat::mc "Show Fonts"]
}
}
proc ::tk::console::FontchooserFocus {w isFocusIn} {