27 Feb
2007
27 Feb
'07
11:33 a.m.
"Ann & Jason Edmeades" <us(a)edmeades.me.uk> writes:
+ /* Load the translated 'Are you sure' message */ + LoadString (hinst, WCMD_YESORN, buffer, sizeof(buffer)); + + /* Loop waiting on a Y or N */ + while (answer[0] != 'Y' && answer[0] != 'N') {
Making the message translatable is good, but the Y/N answers need to be translatable too... -- Alexandre Julliard julliard(a)winehq.org