From 141efcbedc3ce6db942591d52a6d929096988ca2 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 19 Jan 2013 21:00:51 +0000 Subject: [PATCH] Fix another eol issue git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22716 57a11ea4-9604-0410-9ed3-97b8803252fd --- .gitattributes | 1 + src/bin/gnucash.rc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4895e5d93f..2e02bd2e51 100644 --- a/.gitattributes +++ b/.gitattributes @@ -41,4 +41,5 @@ gnc-scm-info text eol=lf *.vbs text eol=crlf gnucash.iss.in text eol=crlf +gnucash.rc text eol=crlf README*win32-bin.txt text eol=crlf diff --git a/src/bin/gnucash.rc b/src/bin/gnucash.rc index fc7376f2c2..9699ae6592 100644 --- a/src/bin/gnucash.rc +++ b/src/bin/gnucash.rc @@ -1 +1 @@ -APPLICATION_ICON ICON DISCARDABLE "../pixmaps/gnucash-icon.ico" +APPLICATION_ICON ICON DISCARDABLE "../pixmaps/gnucash-icon.ico"