Update of /cvsroot/audacity/audacity-src/src/widgets In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31203/widgets
Modified Files: Grid.cpp Log Message: Fix a number of tranlation-related problems with interface strings and the like Index: Grid.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grid.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Grid.cpp 1 Oct 2006 23:50:32 -0000 1.4 +++ Grid.cpp 29 Mar 2007 18:17:26 -0000 1.5 @@ -624,12 +624,12 @@ break; case wxROLE_SYSTEM_CELL: - description->Printf(_("%d"), + description->Printf(wxT("%d"), mCol); break; default: - description->Printf(_("oh-oh...buggie")); + description->Printf(wxT("oh-oh...buggie")); break; } ------------------------------------------------------------------------- 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 _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs