diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-17 17:52:19 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-17 17:52:19 +0200 |
commit | 5eb285cf1ce430dc46392e2335350858d4de6023 (patch) | |
tree | 86f24ac710172d956b6d5da8c3a19f2bfe451e54 /src/main.c | |
parent | 6751167f52d9056d6ac9770323658f4904db3afd (diff) | |
download | experiment-player-5eb285cf1ce430dc46392e2335350858d4de6023.tar.gz |
use more glib macros to improve portability
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ main(int argc, char *argv[]) GtkRcStyle *modified_style; /* FIXME: support internationalization instead of enforcing English */ -#ifdef __WIN32__ +#ifdef G_OS_WIN32 g_setenv("LC_ALL", "English", TRUE); #else g_setenv("LC_ALL", "en", TRUE); |