[PATCH] browseui: Implement PROGDLG_AUTOTIME flag for IProgressDialog.

Alexandre Julliard julliard at winehq.org
Thu Oct 18 13:28:36 CDT 2018


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> @@ -25,6 +25,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
>  STRINGTABLE
>  {
>      IDS_CANCELLING    "Canceling..."
> +    IDS_REMAINING1    "%u %s remaining"
> +    IDS_REMAINING2    "%u %s and %u %s remaining"

That sort of thing should be done with FormatMessage() and %1,%2 formats
to enable proper translation.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list