Try installing .gtk to set the theme.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2012 12:33:06 +0000 (13:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2012 12:33:06 +0000 (13:33 +0100)
windows/.gtkrc-2.0 [new file with mode: 0755]
windows/installer.nsi.in

diff --git a/windows/.gtkrc-2.0 b/windows/.gtkrc-2.0
new file mode 100755 (executable)
index 0000000..0ea1d69
--- /dev/null
@@ -0,0 +1,6 @@
+gtk-theme-name = "MS-Windows"
+style "user-font"
+{
+       font_name="Tahoma 8"
+}
+widget_class "*" style "user-font"
index 3a68aa156b938bd309e45e1b0da9a1453e0fc360..980cc379e01f2f5a2aaec5c3d17d69b3a991aee5 100644 (file)
@@ -82,6 +82,9 @@ CreateDirectory "$INSTDIR\etc\pango"
 SetOutPath "$INSTDIR\etc\pango"
 File "etc/pango/pango.modules"
 
+SetOutPath "$PROFILE"
+File ".gtkrc-2.0"
+
 CreateShortCut "$DESKTOP\DVD-o-matic.lnk" "$INSTDIR\bin\dvdomatic.exe" ""
  
 CreateDirectory "$SMPROGRAMS\DVD-o-matic"