diff options
Diffstat (limited to 'xcf2png.c')
-rw-r--r-- | xcf2png.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -359,6 +359,7 @@ main(int argc,char **argv) setlocale(LC_ALL,""); progname = argv[0] ; + nls_init(); if( argc <= 1 ) gpl_blurb() ; |