Skip to content

Commit

Permalink
put the call to bind_textdomain_codeset in ui.c between #ifndef _WIN3…
Browse files Browse the repository at this point in the history
…2 #endif
  • Loading branch information
jblang committed Jul 11, 2008
1 parent 7ca38e2 commit 2352606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,9 @@ MAIN_FUNCTION (int argc, char **argv)
#endif
#endif
;
#ifndef _WIN32
bind_textdomain_codeset ("xaos", "UTF-8");
#endif
textdomain ("xaos");
/* Done setting locales. */
#endif
Expand Down

0 comments on commit 2352606

Please sign in to comment.