[Winpt-commits] r317 - trunk/Src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri May 25 16:53:02 CEST 2007


Author: twoaday
Date: 2007-05-25 16:53:02 +0200 (Fri, 25 May 2007)
New Revision: 317

Modified:
   trunk/Src/wptAboutDlgs.cpp
   trunk/Src/wptMAPI.cpp
Log:
Change homepage URL.



Modified: trunk/Src/wptAboutDlgs.cpp
===================================================================
--- trunk/Src/wptAboutDlgs.cpp	2007-05-25 14:50:43 UTC (rev 316)
+++ trunk/Src/wptAboutDlgs.cpp	2007-05-25 14:53:02 UTC (rev 317)
@@ -93,7 +93,7 @@
 	SetDlgItemText (dlg, IDC_ABOUT_INFO, 
                        _("A free open source privacy tray for Windows based on GnuPG."));
 	SetDlgItemText (dlg, IDC_ABOUT_URL, 
-                       _("For more information you can visit the homepage: http://www.winpt.org"));
+                       _("For more information you can visit the homepage: http://www.winpt.eu"));
 	SetDlgItemText (dlg, IDC_ABOUT_BUGS, 
                        _("Please report any BUGS or suggestions for WinPT to <winpt at freakmail.de>"));
 	SetDlgItemText (dlg, IDC_ABOUT_GPL1,

Modified: trunk/Src/wptMAPI.cpp
===================================================================
--- trunk/Src/wptMAPI.cpp	2007-05-25 14:50:43 UTC (rev 316)
+++ trunk/Src/wptMAPI.cpp	2007-05-25 14:53:02 UTC (rev 317)
@@ -221,7 +221,7 @@
         "exchange encrypted mails with the key holder and to be able\n"
         "to verify its signatures.\n"
         "\n"
-        "If you don't have WinPT, you can download it at http://www.winpt.org";
+        "If you don't have WinPT, you can download it at http://www.winpt.eu";
     kinf = km_key_get_info (key, 0);
     p = (char*)malloc (strlen (s) + strlen (kinf) + 2);
     sprintf (p, s, kinf);



More information about the Winpt-commits mailing list