AUDIT: r21408 - gnucash/trunk/packaging/win32 - Use "Nimbus" gtk theme on Windows.
Geert Janssens
gjanssens at code.gnucash.org
Sun Oct 9 17:06:40 EDT 2011
Author: gjanssens
Date: 2011-10-09 17:06:40 -0400 (Sun, 09 Oct 2011)
New Revision: 21408
Trac: http://svn.gnucash.org/trac/changeset/21408
Modified:
gnucash/trunk/packaging/win32/dist-impl.sh
Log:
Use "Nimbus" gtk theme on Windows.
A previous attempt failed to set this in the installer.
BP
Modified: gnucash/trunk/packaging/win32/dist-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist-impl.sh 2011-10-09 21:06:31 UTC (rev 21407)
+++ gnucash/trunk/packaging/win32/dist-impl.sh 2011-10-09 21:06:40 UTC (rev 21408)
@@ -111,7 +111,7 @@
wget_unpacked $PANGO_URL $DOWNLOAD_DIR $DIST_DIR
wget_unpacked $POPT_URL $DOWNLOAD_DIR $DIST_DIR
wget_unpacked $ZLIB_URL $DOWNLOAD_DIR $DIST_DIR
- echo 'gtk-theme-name = "MS-Windows"' > $DIST_DIR/etc/gtk-2.0/gtkrc
+ echo 'gtk-theme-name = "Nimbus"' > $DIST_DIR/etc/gtk-2.0/gtkrc
wget_unpacked $GTK_THEME_URL $DOWNLOAD_DIR $TMP_DIR
assert_one_dir $TMP_UDIR/gtk2-themes-*
More information about the gnucash-changes
mailing list