diff options
Diffstat (limited to 'Clock.c')
-rw-r--r-- | Clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -685,7 +685,7 @@ Initialize (Widget request, Widget new, ArgList args, Cardinal *num_args) } } - if (!no_locale) + if (no_locale) #endif /* NO_I18N */ { if (w->clock.font == NULL) |