diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2018-02-08 12:45:50 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2018-02-08 12:45:50 (GMT) |
commit | ffae8c82da5227389ee81c50b5e22bc7678ed2f0 (patch) | |
tree | 0c2119856b30acb46f55ae458b8bb0ef62be8f78 /library/msgcat | |
parent | 4cff9271ac34377ccf2717fcb47f3c0adc8b58ee (diff) | |
download | tcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.zip tcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.tar.gz tcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.tar.bz2 |
Do not allow prefixed subcommands for mcutil
Diffstat (limited to 'library/msgcat')
-rwxr-xr-x | library/msgcat/msgcat.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 8fcbefb..3047e4d 100755 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -46,7 +46,7 @@ namespace eval msgcat { # create ensemble namespace for mcutil command namespace eval msgcat::mcutil { namespace export getsystemlocale getpreferences - namespace ensemble create + namespace ensemble create -prefix 0 # Map of language codes used in Windows registry to those of ISO-639 if {[info sharedlibextension] eq ".dll"} { |