[easytag/wip/mingw-fixes] Default to an icons style toolbar on Windows
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/mingw-fixes] Default to an icons style toolbar on Windows
- Date: Wed, 19 Feb 2014 17:24:16 +0000 (UTC)
commit b8c045beec1eaee543045c30a3d7307981391c12
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 26d0b85..1b80170 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 = $\"icons$\" $\r$\n"
FileClose $0
SetOutPath "$INSTDIR\share\icons\hicolor"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]