summaryrefslogtreecommitdiffstats
path: root/library/msgcat
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2018-02-08 12:45:50 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2018-02-08 12:45:50 (GMT)
commitffae8c82da5227389ee81c50b5e22bc7678ed2f0 (patch)
tree0c2119856b30acb46f55ae458b8bb0ef62be8f78 /library/msgcat
parent4cff9271ac34377ccf2717fcb47f3c0adc8b58ee (diff)
downloadtcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.zip
tcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.tar.gz
tcl-ffae8c82da5227389ee81c50b5e22bc7678ed2f0.tar.bz2
Do not allow prefixed subcommands for mcutil
Diffstat (limited to 'library/msgcat')
-rwxr-xr-xlibrary/msgcat/msgcat.tcl2
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"} {