From: Michael J. <mrm...@ho...> - 2008-01-15 17:57:34
|
Some more translations. :) Just a few comments with this one. In Search frame, for the "Type" drop down, i left the _T("TTH") as i didn'= t think this needs translation, but all the others in that drop down use th= e T_ type. Did this want changing to T_, or is it fine as is ? In WinUtil.cpp also added this line: Util::setManualAway(false); a little over site from when i fixed: * Manual away setting no longer cleared when un-minimizing (thanks pothead) (it got used in the /away command when already away, but i missed adding it= to the /back command :S ) Also in QueueFrame.cpp i left this part: } else if(getSources().size() =3D=3D 3) { display->columns[COLUMN_STATUS] =3D TSTRING(ALL_3_USERS_OFFLINE); } else if(getSources().size() =3D=3D 4) { display->columns[COLUMN_STATUS] =3D TSTRING(ALL_4_USERS_OFFLINE); } else { _sntprintf(buf, 64, CTSTRING(ALL_USERS_OFFLINE), getSources().size())= ; display->columns[COLUMN_STATUS] =3D buf; } because i thought that the "else if" for sizes 3 and 4 could be removed, as= it will get the same output for that amount of sources, on the "fall throu= gh" thingy. Also wasn't sure if the whole _sntprintf / buffer part was needed for the l= ast bit, or if a T_("All %d users offline") could be used instead, like in = T_("Matched %d files") >> I would prefer MikeJJ please, since i'm trying to ditch the nick Pothead= . I've also been meaning to ask if the "Pothead" in the About Box and chan= gelog could be changed to MikeJJ for a while, but was waiting for the right= time to ask ;) > Getting older? =3D) hehe, yup. ain't we all :( Also is this the right place to mention bugs ? i.e. the icons on the tabs under Wine kind of screw up. Top tab row they a= re fine, but on all other tab rows, the icons are a lot lower than they sho= uld be. thanks MikeJJ _________________________________________________________________ Telly addicts unite! http://www.searchgamesbox.com/tvtown.shtml= |