From fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 Feb 2006 23:33:55 +0000 Subject: On Win32, set the gtk-fallback-icon-theme to "gnome". 2006-02-21 Tor Lillqvist * main.c (main): On Win32, set the gtk-fallback-icon-theme to "gnome". svn path=/trunk/; revision=31553 --- shell/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/main.c') 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 (); -- cgit v1.2.3