r19517 - gnucash/trunk/src/core-utils - Restored changes of r19477 inadvertently reverted in r19515

John Ralls jralls at code.gnucash.org
Tue Aug 31 10:00:56 EDT 2010


Author: jralls
Date: 2010-08-31 10:00:56 -0400 (Tue, 31 Aug 2010)
New Revision: 19517
Trac: http://svn.gnucash.org/trac/changeset/19517

Modified:
   gnucash/trunk/src/core-utils/binreloc.c
Log:
Restored changes of r19477 inadvertently reverted in r19515

Modified: gnucash/trunk/src/core-utils/binreloc.c
===================================================================
--- gnucash/trunk/src/core-utils/binreloc.c	2010-08-30 22:43:58 UTC (rev 19516)
+++ gnucash/trunk/src/core-utils/binreloc.c	2010-08-31 14:00:56 UTC (rev 19517)
@@ -49,7 +49,7 @@
        relocation code for windows. Unfortunately this is not
        the case and we have to add this manually. This is only
        one possibility; other ways of looking up the full path
-       of gnucash-bin.exe probably exist.*/
+       of gnucash.exe probably exist.*/
     gchar *prefix;
     gchar *result;
 
@@ -58,7 +58,7 @@
        the current process */
     prefix = g_win32_get_package_installation_directory_of_module (NULL);
     result = g_build_filename (prefix,
-                               "bin", "gnucash-bin.exe",
+                               "bin", "gnucash.exe",
                                (char*)NULL);
     g_free (prefix);
     return result;



More information about the gnucash-changes mailing list