[Winpt-commits] r75 - in trunk: . Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 8 10:13:05 CET 2005


Author: werner
Date: 2005-11-08 10:13:05 +0100 (Tue, 08 Nov 2005)
New Revision: 75

Added:
   trunk/Src/Safe.ico
   trunk/Src/Sign.ico
   trunk/Src/winpt_km.bmp
Removed:
   trunk/Src/SAFE.ICO
   trunk/Src/SIGN.ICO
   trunk/winpt_km.bmp
Modified:
   trunk/Src/ChangeLog
   trunk/Src/Makefile.am
   trunk/Src/WinPT-en.rc
Log:
Fixed make distcheck issues.

Modified: trunk/Src/ChangeLog
===================================================================
--- trunk/Src/ChangeLog	2005-11-08 07:23:16 UTC (rev 74)
+++ trunk/Src/ChangeLog	2005-11-08 09:13:05 UTC (rev 75)
@@ -1,3 +1,11 @@
+2005-11-08  Werner Koch  <wk at g10code.com>
+
+	* SAFE.ICO, SIGN.ICO: Fixed capitalization.
+	* WinPT-en.rc: Ditto.
+	* winpt_km.ico:  Moved from ../.
+
+	* Makefile.am (resource_files): Add missing backslash.
+
 2005-11-08  Timo Schulz  <ts at g10code.com>
 
 	More minor changes to avoid GCC warnings.

Modified: trunk/Src/Makefile.am
===================================================================
--- trunk/Src/Makefile.am	2005-11-08 07:23:16 UTC (rev 74)
+++ trunk/Src/Makefile.am	2005-11-08 09:13:05 UTC (rev 75)
@@ -22,7 +22,7 @@
 AM_LDFLAGS  = -mwindows
 
 resource_files = \
-	resource.h 
+	resource.h \
 	Safe.ico \
 	Sign.ico \
 	WinPT-en.rc \

Deleted: trunk/Src/SAFE.ICO
===================================================================
(Binary files differ)

Deleted: trunk/Src/SIGN.ICO
===================================================================
(Binary files differ)

Copied: trunk/Src/Safe.ico (from rev 74, trunk/Src/SAFE.ICO)

Copied: trunk/Src/Sign.ico (from rev 74, trunk/Src/SIGN.ICO)

Modified: trunk/Src/WinPT-en.rc
===================================================================
--- trunk/Src/WinPT-en.rc	2005-11-08 07:23:16 UTC (rev 74)
+++ trunk/Src/WinPT-en.rc	2005-11-08 09:13:05 UTC (rev 75)
@@ -54,8 +54,8 @@
 
 // Icon with lowest ID value placed first to ensure application icon
 // remains consistent on all systems.
-IDI_FILE_ENC            ICON    DISCARDABLE     "SAFE.ICO"
-IDI_FILE_SIG            ICON    DISCARDABLE     "SIGN.ICO"
+IDI_FILE_ENC            ICON    DISCARDABLE     "Safe.ico"
+IDI_FILE_SIG            ICON    DISCARDABLE     "Sign.ico"
 IDI_KEY_DELETE          ICON    DISCARDABLE     "key_delete.ico"
 IDI_KEY_EXPORT          ICON    DISCARDABLE     "key_export.ico"
 IDI_KEY_IMPORT          ICON    DISCARDABLE     "key_import.ico"

Copied: trunk/Src/winpt_km.bmp (from rev 74, trunk/winpt_km.bmp)

Deleted: trunk/winpt_km.bmp
===================================================================
(Binary files differ)



More information about the Winpt-commits mailing list