[svn] GpgEX - r72 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Sat Dec 26 16:32:50 CET 2009


Author: marcus
Date: 2009-12-26 16:32:49 +0100 (Sat, 26 Dec 2009)
New Revision: 72

Added:
   trunk/src/icon-lock-12.bmp
   trunk/src/icon-lock-16.bmp
Modified:
   trunk/src/ChangeLog
   trunk/src/Makefile.am
   trunk/src/gpgex.h
   trunk/src/icons.rc
Log:
2009-12-26  Marcus Brinkmann  <marcus at g10code.de>

	* icon-lock-12.bmp, icon-lock-16.bmp: New files.
	* Makefile.am (ICON_NAMES): Add lock.
	* icons.rc: Add lock icons.
	* gpgex.h (class gpgex_t): Use "Lock" icon instead of "Key".


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-08-04 16:13:54 UTC (rev 71)
+++ trunk/src/ChangeLog	2009-12-26 15:32:49 UTC (rev 72)
@@ -1,3 +1,10 @@
+2009-12-26  Marcus Brinkmann  <marcus at g10code.de>
+
+	* icon-lock-12.bmp, icon-lock-16.bmp: New files.
+	* Makefile.am (ICON_NAMES): Add lock.
+	* icons.rc: Add lock icons.
+	* gpgex.h (class gpgex_t): Use "Lock" icon instead of "Key".
+
 2009-07-17  Marcus Brinkmann  <marcus at g10code.de>
 
 	* gpgex.cc (start_help): Do not cripple the browser window.

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-08-04 16:13:54 UTC (rev 71)
+++ trunk/src/Makefile.am	2009-12-26 15:32:49 UTC (rev 72)
@@ -18,7 +18,7 @@
 AM_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) -shared
 AM_CXXFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) -shared
 
-ICON_NAMES = key
+ICON_NAMES = key lock
 ICON_SIZES = 12 16
 ICONS = $(addprefix icon-, \
 	$(foreach size,$(ICON_SIZES),$(addsuffix -$(size).bmp, $(ICON_NAMES))))

Modified: trunk/src/gpgex.h
===================================================================
--- trunk/src/gpgex.h	2009-08-04 16:13:54 UTC (rev 71)
+++ trunk/src/gpgex.h	2009-12-26 15:32:49 UTC (rev 72)
@@ -101,7 +101,7 @@
 
       gpgex_server::add_ref ();
 
-      this->key_bitmap = gpgex_bitmaps.load_bitmap ("Key");
+      this->key_bitmap = gpgex_bitmaps.load_bitmap ("Lock");
 
       (void) TRACE_SUC ();
     }

Added: trunk/src/icon-lock-12.bmp
===================================================================
(Binary files differ)


Property changes on: trunk/src/icon-lock-12.bmp
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/src/icon-lock-16.bmp
===================================================================
(Binary files differ)


Property changes on: trunk/src/icon-lock-16.bmp
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/src/icons.rc
===================================================================
--- trunk/src/icons.rc	2009-08-04 16:13:54 UTC (rev 71)
+++ trunk/src/icons.rc	2009-12-26 15:32:49 UTC (rev 72)
@@ -1,2 +1,4 @@
 Key_12		BITMAP	"icon-key-12.bmp"
 Key_16		BITMAP	"icon-key-16.bmp"
+Lock_12		BITMAP	"icon-lock-12.bmp"
+Lock_16		BITMAP	"icon-lock-16.bmp"




More information about the Gnupg-commits mailing list