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

Log Message:
-----------
another (wxChar) cast

Modified Paths:
--------------
    trunk/M/src/adb/AdbFrame.cpp

Modified: trunk/M/src/adb/AdbFrame.cpp
===================================================================
--- trunk/M/src/adb/AdbFrame.cpp        2007-03-22 00:18:07 UTC (rev 7216)
+++ trunk/M/src/adb/AdbFrame.cpp        2007-03-22 00:19:39 UTC (rev 7217)
@@ -1846,7 +1846,7 @@
     m_treeAdb->SelectAndShow(idNewSel);
   }
 
-  strWhat[0u] = toupper(strWhat[0u]);
+  strWhat[0u] = (wxChar)toupper(strWhat[0u]);
   wxLogStatus(this, _("%s '%s' deleted."), strWhat.c_str(), strName.c_str());
 }
 


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