Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv22475

Modified Files:
        ufraw_saver.c ufraw_conf.c 
Log Message:
Use gimp-2.8.exe as default remote command under Windows with gimp-2.6.exe as 
fallback.

Index: ufraw_conf.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- ufraw_conf.c        2 Apr 2012 04:00:26 -0000       1.183
+++ ufraw_conf.c        9 Jun 2012 05:30:13 -0000       1.184
@@ -132,7 +132,7 @@
     "", "", /* curvePath, profilePath */
     FALSE, /* silent */
 #ifdef WIN32
-    "gimp-win-remote gimp-2.4.exe", /* remoteGimpCommand */
+    "gimp-win-remote gimp-2.8.exe", /* remoteGimpCommand */
 #elif HAVE_GIMP_2_6
     "gimp", /* remoteGimpCommand */
 #else

Index: ufraw_saver.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_saver.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ufraw_saver.c       1 Jan 2012 15:30:20 -0000       1.64
+++ ufraw_saver.c       9 Jun 2012 05:30:13 -0000       1.65
@@ -120,7 +120,7 @@
         if (strcmp(uf->conf->remoteGimpCommand,
                    conf_default.remoteGimpCommand) == 0) {
             /* If the user didn't play with the remoteGimpCommand,
-             * try to run Gimp-2.6 instead of Gimp-2.4 */
+             * try to run Gimp-2.6 instead of Gimp-2.8 */
             g_strlcpy(uf->conf->remoteGimpCommand, "gimp-2.6.exe", max_path);
             commandLine = g_strdup_printf("%s \"%s\"",
                                           uf->conf->remoteGimpCommand, 
fullConfFilename);


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to