oledlg: Fix menu item string format

Nikolay Sivov nsivov at codeweavers.com
Mon Sep 14 16:12:45 CDT 2015


Format string is used by FormatMessage
-------------- next part --------------
From 52e9aecd2f0fc3f996ef9dceb92811e9f97b34db Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <nsivov at codeweavers.com>
Date: Tue, 15 Sep 2015 00:11:33 +0300
Subject: [PATCH] oledlg: Fix menu item string format

---
 dlls/oledlg/oledlg.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oledlg/oledlg.rc b/dlls/oledlg/oledlg.rc
index 0cf6578..4e7335a 100644
--- a/dlls/oledlg/oledlg.rc
+++ b/dlls/oledlg/oledlg.rc
@@ -30,7 +30,7 @@ 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_OBJECT_WITH_NAME "%1 &Object"
   IDS_VERBMENU_CONVERT  "&Convert..."
   IDS_VERBMENU_SINGLEVERB_OBJECT "%1 %2 &Object"
 }
-- 
2.1.4



More information about the wine-patches mailing list