summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-23 13:33:06 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-23 13:33:06 +0100
commitd42ec544bf14dcd749287968b91ce0ae45515e48 (patch)
tree6c4b9736e05856d878e278807189d969a5af9518 /windows
parent9683f62f373090148a13546447da5567831f011c (diff)
Try installing .gtk to set the theme.
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/.gtkrc-2.06
-rw-r--r--windows/installer.nsi.in3
2 files changed, 9 insertions, 0 deletions
diff --git a/windows/.gtkrc-2.0 b/windows/.gtkrc-2.0
new file mode 100755
index 000000000..0ea1d69c9
--- /dev/null
+++ b/windows/.gtkrc-2.0
@@ -0,0 +1,6 @@
+gtk-theme-name = "MS-Windows"
+style "user-font"
+{
+ font_name="Tahoma 8"
+}
+widget_class "*" style "user-font"
diff --git a/windows/installer.nsi.in b/windows/installer.nsi.in
index 3a68aa156..980cc379e 100644
--- a/windows/installer.nsi.in
+++ b/windows/installer.nsi.in
@@ -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"