Revision: 7215
          http://svn.sourceforge.net/mahogany/?rev=7215&view=rev
Author:   vadz
Date:     2007-03-21 17:14:40 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
align message numbers to the right in their column

Modified Paths:
--------------
    trunk/M/src/gui/wxFolderView.cpp

Modified: trunk/M/src/gui/wxFolderView.cpp
===================================================================
--- trunk/M/src/gui/wxFolderView.cpp    2007-03-22 00:12:10 UTC (rev 7214)
+++ trunk/M/src/gui/wxFolderView.cpp    2007-03-22 00:14:40 UTC (rev 7215)
@@ -3091,7 +3091,7 @@
 
       case WXFLC_MSGNO:
          // users, unlike programmers, count from 1, not 0 - hence +1
-         text.Printf(_T("%ld"), item + 1);
+         text.Printf(_T("%4ld"), item + 1);
          break;
 
       default:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to