Try installing .gtk to set the theme.
[dcpomatic.git] / windows / installer.nsi.in
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"