[easytag/wip/mingw-2.1.9alpha1: 5/6] Add DOS line endings to NSIS installer gtkrc
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/mingw-2.1.9alpha1: 5/6] Add DOS line endings to NSIS installer gtkrc
- Date: Wed, 23 Oct 2013 22:25:03 +0000 (UTC)
commit 444aafffbdcbe06482e24dc756421f12365f5c75
Author: David King <amigadave amigadave com>
Date: Wed Oct 9 19:18:53 2013 +0100
Add DOS line endings to NSIS installer gtkrc
easytag-win32-installer.nsi.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/easytag-win32-installer.nsi.in b/easytag-win32-installer.nsi.in
index 48e986f..6d609c8 100644
--- a/easytag-win32-installer.nsi.in
+++ b/easytag-win32-installer.nsi.in
@@ -215,8 +215,8 @@ Section "Core ${PRODUCT_NAME} Files" SecProgram
SetOutPath "$INSTDIR\etc\gtk-2.0"
FileOpen $0 gtkrc w
- FileWrite $0 "gtk-theme-name = $\"MS-Windows$\" $\n"
- FileWrite $0 "gtk-icon-theme-name = $\"hicolor$\" $\n"
+ FileWrite $0 "gtk-theme-name = $\"MS-Windows$\" $\r$\n"
+ FileWrite $0 "gtk-icon-theme-name = $\"hicolor$\" $\r$\n"
FileClose $0
SetOutPath "$INSTDIR\share\icons\hicolor"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]