[Winpt-commits] r159 - trunk/Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Jan 18 14:57:31 CET 2006


Author: twoaday
Date: 2006-01-18 14:57:31 +0100 (Wed, 18 Jan 2006)
New Revision: 159

Modified:
   trunk/Src/WinPT.cpp
Log:
Supress message.



Modified: trunk/Src/WinPT.cpp
===================================================================
--- trunk/Src/WinPT.cpp	2006-01-18 13:28:05 UTC (rev 158)
+++ trunk/Src/WinPT.cpp	2006-01-18 13:57:31 UTC (rev 159)
@@ -257,8 +257,8 @@
     else
 	t = "keyserver.conf";
     if (file_exist_check (t) == 0 && file_exist_check (buf) != 0) {
-	log_box (_("Keyserver"), MB_INFO, 
-		 _("keyserver.conf will be copied to \"%s\"\r\n"), buf);
+	//log_box (_("Keyserver"), MB_INFO, 
+	//	 _("keyserver.conf will be copied to \"%s\"\r\n"), buf);
 	if (!CopyFile (t, buf, FALSE)) {
 	    MessageBox (NULL, _("Failed to copy the keyserver.conf"), 
 			_("Keyserver"), MB_ERR);



More information about the Winpt-commits mailing list