diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index ee4d8cc728..fae54d01fe 100644 --- a/shell/main.c +++ b/shell/main.c @@ -529,6 +529,10 @@ main (int argc, char **argv) exit (0); } +#ifdef G_OS_WIN32 + gtk_rc_parse_string ("gtk-fallback-icon-theme = \"gnome\""); +#endif + #if DEVELOPMENT if (force_migrate) { destroy_config (); |