|
From: Michael J. <mrm...@ho...> - 2008-01-24 14:34:54
|
heh, oops, guess i should have updated svn last night and saved myself a bi=
t of time.
=20
This part of my patch still needs doing:
=20
--- Socket.cpp (revision 976)+++ Socket.cpp (working copy)@@ -52,7 +52,7 @@=
string msg =3D Util::translateError(aError); if(msg.empty()) {- msg =
=3D str(F_("Unknown error: 0x%1%") % aError);+ msg =3D str(F_("Unknown err=
or: 0x%1$x") % aError); } return msg; }
=20
Only other ones i did different was in Util.cpp i used F_ removing the buff=
ers, and ADLSearch.h
string szDiscard(_("<<<Discard>>>"));=20
=20
string szDiscard =3D "<<<" + string(_("Discard")) + ">>>";
since the other places in the cpp which used <<< >>> left them untranslatab=
le.
_________________________________________________________________
Free games, great prizes - get gaming at Gamesbox.=20
http://www.searchgamesbox.com=
|