From: S?bastien G. <kx...@us...> - 2004-05-05 16:01:20
|
Update of /cvsroot/vba/VisualBoyAdvance/src/prof In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17105/src/prof Modified Files: prof.cpp Log Message: Extended the gettext support to the core. Minor fixes. French translation is now almost complete. Index: prof.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/prof/prof.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** prof.cpp 28 Jan 2004 18:03:26 -0000 1.3 --- prof.cpp 5 May 2004 16:01:12 -0000 1.4 *************** *** 56,59 **** --- 56,60 ---- #include "../GBA.h" + #include "../NLS.h" /* *************** *** 140,144 **** ! #define MSG "No space for profiling buffer(s)\n" void profStartup(u32 lowpc, u32 highpc) --- 141,145 ---- ! #define MSG N_("No space for profiling buffer(s)\n") void profStartup(u32 lowpc, u32 highpc) |