[PATCH 1/2] oledlg: Improve menu items localization for OleUIAddVerbMenuW()

Akihiro Sagawa sagawa.aki at gmail.com
Thu Sep 10 07:27:20 CDT 2015


On Tue, 08 Sep 2015 16:45:18 +0300, Nikolay Sivov wrote:
> --- a/dlls/oledlg/oledlg.rc
> +++ b/dlls/oledlg/oledlg.rc
> @@ -30,7 +30,9 @@ STRINGTABLE
>    IDS_NOTOLEMOD         "File does not appear to be a valid OLE module. Unable to register OLE control."
>    IDS_NOTOLEMODCAPTION  "Add Control"
>    IDS_VERBMENU_OBJECT   "&Object"
> +  IDS_VERBMENU_OBJECT_WITH_NAME "%s &Object"
>    IDS_VERBMENU_CONVERT  "&Convert..."
> +  IDS_VERBMENU_SINGLEVERB_OBJECT "%1 %2 &Object"

This patch has been commited, but you may want to use %1, instead
of %s, for IDS_VERBMENU_OBJECT_WITH_NAME.

Akihiro Sagawa




More information about the wine-devel mailing list