summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kdestroy')
-rw-r--r--src/clients/kdestroy/kdestroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/kdestroy/kdestroy.c b/src/clients/kdestroy/kdestroy.c
index 176f6e2e39..2d13cd996f 100644
--- a/src/clients/kdestroy/kdestroy.c
+++ b/src/clients/kdestroy/kdestroy.c
@@ -81,7 +81,7 @@ main(argc, argv)
int quiet = 0;
int all = 0;
- setlocale(LC_MESSAGES, "");
+ setlocale(LC_ALL, "");
progname = GET_PROGNAME(argv[0]);
while ((c = getopt(argc, argv, "54Aqc:")) != -1) {