[svn] GpgEX - r64 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Wed Feb 11 23:15:30 CET 2009


Author: marcus
Date: 2009-02-11 23:15:29 +0100 (Wed, 11 Feb 2009)
New Revision: 64

Modified:
   trunk/src/ChangeLog
   trunk/src/bitmaps.cc
   trunk/src/icons.rc
Log:
2009-02-11  Marcus Brinkmann  <marcus at g10code.de>

	* bitmaps.cc (load_bitmap): Change minus to underscore.
	* icons.rc: Likewise in identifiers.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-01-28 10:27:15 UTC (rev 63)
+++ trunk/src/ChangeLog	2009-02-11 22:15:29 UTC (rev 64)
@@ -1,3 +1,8 @@
+2009-02-11  Marcus Brinkmann  <marcus at g10code.de>
+
+	* bitmaps.cc (load_bitmap): Change minus to underscore.
+	* icons.rc: Likewise in identifiers.
+
 2008-09-01  Marcus Brinkmann  <marcus at g10code.com>
 
 	* gpgex.cc (Initialize): Also pay attention to endings pem, p7m

Modified: trunk/src/bitmaps.cc
===================================================================
--- trunk/src/bitmaps.cc	2009-01-28 10:27:15 UTC (rev 63)
+++ trunk/src/bitmaps.cc	2009-02-11 22:15:29 UTC (rev 64)
@@ -78,7 +78,7 @@
   HBITMAP bmap;
   std::ostringstream out;
 
-  out << name << "-" << this->size;
+  out << name << "_" << this->size;
   bmap = LoadBitmap (gpgex_server::instance, out.str().c_str());
   if (bmap == NULL)
     (void) TRACE2 (DEBUG_INIT, "gpgex_bitmaps_t::load_bitmap", this,

Modified: trunk/src/icons.rc
===================================================================
--- trunk/src/icons.rc	2009-01-28 10:27:15 UTC (rev 63)
+++ trunk/src/icons.rc	2009-02-11 22:15:29 UTC (rev 64)
@@ -1,2 +1,2 @@
-Key-12		BITMAP	"icon-key-12.bmp"
-Key-16		BITMAP	"icon-key-16.bmp"
+Key_12		BITMAP	"icon-key-12.bmp"
+Key_16		BITMAP	"icon-key-16.bmp"




More information about the Gnupg-commits mailing list