diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-23 13:33:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-23 13:33:06 +0100 |
| commit | d42ec544bf14dcd749287968b91ce0ae45515e48 (patch) | |
| tree | 6c4b9736e05856d878e278807189d969a5af9518 /windows | |
| parent | 9683f62f373090148a13546447da5567831f011c (diff) | |
Try installing .gtk to set the theme.
Diffstat (limited to 'windows')
| -rwxr-xr-x | windows/.gtkrc-2.0 | 6 | ||||
| -rw-r--r-- | windows/installer.nsi.in | 3 |
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" |
