[4/6] cmd.exe : Prompt during rd /s command

Alexandre Julliard julliard at winehq.org
Tue Feb 27 05:33:48 CST 2007


"Ann & Jason Edmeades" <us at 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 at winehq.org



More information about the wine-devel mailing list