gnucash unstable: Set relative path to icon file in Windows resource script.

John Ralls jralls at code.gnucash.org
Sun Oct 29 17:00:15 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/09bcb515 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e9598228 (commit)



commit 09bcb515a1b2b71c8fa89f6673370822b34fe28b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Oct 29 13:55:43 2017 -0700

    Set relative path to icon file in Windows resource script.
    
    No idea why this is necessary for tarball builds, but it is.
    Also update the copyright date in the same file.

diff --git a/gnucash/gnucash.rc.in b/gnucash/gnucash.rc.in
index abbaa08..b2e2776 100644
--- a/gnucash/gnucash.rc.in
+++ b/gnucash/gnucash.rc.in
@@ -1,6 +1,6 @@
 #include <windows.h>
 
-APPLICATION_ICON ICON DISCARDABLE "gnucash-icon.ico"
+APPLICATION_ICON ICON DISCARDABLE "../data/pixmaps/gnucash-icon.ico"
 
 VS_VERSION VERSIONINFO
  FILEVERSION     @GNUCASH_MAJOR_VERSION@, at GNUCASH_MINOR_VERSION@, at GNUCASH_MICRO_VERSION@,0
@@ -19,7 +19,7 @@ BEGIN
       VALUE "FileDescription", "GnuCash Program File"
       VALUE "FileVersion", "@VERSION@"
       VALUE "InternalName", "gnucash"
-      VALUE "LegalCopyright", "©2011 GnuCash Development Team, Licence: GPL v2.0 or later"
+      VALUE "LegalCopyright", "©2017 GnuCash Development Team, Licence: GPL v2.0 or later"
       VALUE "OriginalFilename", "gnucash.exe"
       VALUE "ProductName", "GnuCash Free Finance Manager"
       VALUE "ProductVersion", "@VERSION@"



Summary of changes:
 gnucash/gnucash.rc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list