[easytag/wip/mingw-fixes: 2/2] Default to an icons style toolbar on Windows



commit 15b7965e1b3303bdd033dc6e0d1840b82c799189
Author: David King <amigadave amigadave com>
Date:   Wed Feb 19 17:23:41 2014 +0000

    Default to an icons style toolbar on Windows

 easytag-win32-installer.nsi.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/easytag-win32-installer.nsi.in b/easytag-win32-installer.nsi.in
index 2b1428f..724a073 100644
--- a/easytag-win32-installer.nsi.in
+++ b/easytag-win32-installer.nsi.in
@@ -216,6 +216,7 @@ Section "Core ${PRODUCT_NAME} Files" SecProgram
   FileOpen $0 gtkrc w
   FileWrite $0 "gtk-theme-name = $\"MS-Windows$\" $\r$\n"
   FileWrite $0 "gtk-icon-theme-name = $\"hicolor$\" $\r$\n"
+  FileWrite $0 "gtk-toolbar-style = GTK_TOOLBAR_ICONS$\r$\n"
   FileClose $0
 
   SetOutPath "$INSTDIR\share\icons\hicolor"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]