[Osgeo4w-commits] r1093 - trunk/setup

svn_osgeo4w at osgeo.org svn_osgeo4w at osgeo.org
Tue Jul 29 00:16:17 EDT 2008


Author: warmerdam
Date: 2008-07-29 00:16:16 -0400 (Tue, 29 Jul 2008)
New Revision: 1093

Modified:
   trunk/setup/msg.cc
   trunk/setup/nio-ie5.cc
   trunk/setup/threebar.cc
Log:
fix visible use of cygwin name to osgeo4w (#20)

Modified: trunk/setup/msg.cc
===================================================================
--- trunk/setup/msg.cc	2008-05-11 04:04:02 UTC (rev 1092)
+++ trunk/setup/msg.cc	2008-07-29 04:16:16 UTC (rev 1093)
@@ -50,7 +50,7 @@
 
   vsnprintf (buf, 1000, fmt, args);
   log (LOG_PLAIN) << "mbox " << name << ": " << buf << endLog;
-  return MessageBox (owner, buf, "Cygwin Setup", type);
+  return MessageBox (owner, buf, "OSGeo4W Setup", type);
 }
 
 void

Modified: trunk/setup/nio-ie5.cc
===================================================================
--- trunk/setup/nio-ie5.cc	2008-05-11 04:04:02 UTC (rev 1092)
+++ trunk/setup/nio-ie5.cc	2008-07-29 04:16:16 UTC (rev 1093)
@@ -49,7 +49,7 @@
 	  return;
 	}
       InternetAttemptConnect (0);
-      internet = InternetOpen ("Cygwin Setup", INTERNET_OPEN_TYPE_PRECONFIG,
+      internet = InternetOpen ("OSGeo4W Setup", INTERNET_OPEN_TYPE_PRECONFIG,
 			       NULL, NULL, 0);
     }
 

Modified: trunk/setup/threebar.cc
===================================================================
--- trunk/setup/threebar.cc	2008-05-11 04:04:02 UTC (rev 1092)
+++ trunk/setup/threebar.cc	2008-07-29 04:16:16 UTC (rev 1093)
@@ -111,7 +111,7 @@
   int percent = (int) (100.0 * ((double) progress) / (double) max);
   SendMessage (ins_iprogress, PBM_SETPOS, (WPARAM) percent, 0);
   std::string s = stringify(percent);
-  s += "% - Cygwin Setup";
+  s += "% - OSGeo4W Setup";
   GetOwner ()->SetWindowText (s.c_str());
 }
 



More information about the osgeo4w-commits mailing list