[Gpg4win-commits] r863 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 22 11:07:36 CEST 2008


Author: marcus
Date: 2008-07-22 11:07:36 +0200 (Tue, 22 Jul 2008)
New Revision: 863

Modified:
   trunk/ChangeLog
   trunk/src/inst-gpgme.nsi
   trunk/src/uninst-gpgme.nsi
Log:
2008-07-22  Marcus Brinkmann  <marcus at ulysses.g10code.com>

	* src/uninst-gpgme.nsi: Fix typo.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-07-21 10:37:35 UTC (rev 862)
+++ trunk/ChangeLog	2008-07-22 09:07:36 UTC (rev 863)
@@ -1,3 +1,7 @@
+2008-07-22  Marcus Brinkmann  <marcus at ulysses.g10code.com>
+
+	* src/uninst-gpgme.nsi: Fix typo.
+
 2008-07-21  Marcus Brinkmann  <marcus at g10code.de>
 
 	Release 1.9.2 beta version.

Modified: trunk/src/inst-gpgme.nsi
===================================================================
--- trunk/src/inst-gpgme.nsi	2008-07-21 10:37:35 UTC (rev 862)
+++ trunk/src/inst-gpgme.nsi	2008-07-22 09:07:36 UTC (rev 863)
@@ -1,5 +1,5 @@
 # inst-gpgme.nsi - Installer snippet for gpgme.     -*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007 g10 Code GmbH
+# Copyright (C) 2005, 2007, 2008 g10 Code GmbH
 # 
 # This file is part of GPG4Win.
 # 

Modified: trunk/src/uninst-gpgme.nsi
===================================================================
--- trunk/src/uninst-gpgme.nsi	2008-07-21 10:37:35 UTC (rev 862)
+++ trunk/src/uninst-gpgme.nsi	2008-07-22 09:07:36 UTC (rev 863)
@@ -1,5 +1,5 @@
 # uninst-gpgme.nsi - Installer snippet for gpgme.   -*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007 g10 Code GmbH
+# Copyright (C) 2005, 2007, 2008 g10 Code GmbH
 # 
 # This file is part of GPG4Win.
 # 
@@ -33,7 +33,7 @@
   Delete "$INSTDIR\libgpgme-11.dll"
   Delete "$INSTDIR\libgpgme-glib-11.dll"
   Delete "$INSTDIR\libgpgme-qt-11.dll"
-  Delete "$INSTDIR\gpgme-w32spawn.dll"
+  Delete "$INSTDIR\gpgme-w32spawn.exe"
   RMDir "$INSTDIR"
 !endif
 SectionEnd



More information about the Gpg4win-commits mailing list