From: <jda...@us...> - 2011-10-16 18:38:18
|
Revision: 567 http://pyscard.svn.sourceforge.net/pyscard/?rev=567&view=rev Author: jdaussel Date: 2011-10-16 18:38:12 +0000 (Sun, 16 Oct 2011) Log Message: ----------- Fixed bad string spanning over two lines Modified Paths: -------------- trunk/pyscard/src/smartcard/wx/ReaderToolbar.py Modified: trunk/pyscard/src/smartcard/wx/ReaderToolbar.py =================================================================== --- trunk/pyscard/src/smartcard/wx/ReaderToolbar.py 2011-10-16 15:09:16 UTC (rev 566) +++ trunk/pyscard/src/smartcard/wx/ReaderToolbar.py 2011-10-16 18:38:12 UTC (rev 567) @@ -95,8 +95,7 @@ self.AddSeparator() self.AddSimpleTool( 20, - bmpCard, " - Connect to smartcard", + bmpCard, "Connect to smartcard", "Connect to smart card") self.AddSeparator() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |