oleview: Mark a couple of button labels as not needing translation.

Francois Gouget fgouget at free.fr
Mon Jan 9 02:27:45 CST 2012


They correspond to IPersistStream method names.
---
 programs/oleview/oleview.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/oleview/oleview.rc b/programs/oleview/oleview.rc
index 5619a21..f148fc9 100644
--- a/programs/oleview/oleview.rc
+++ b/programs/oleview/oleview.rc
@@ -208,9 +208,9 @@ FONT 8, "MS Shell Dlg"
     LTEXT   "CLSID:", -1, 5, 16, 50, 8
     LTEXT   "", IDC_IDENTIFIER, 60, 16, 165, 8
     DEFPUSHBUTTON   "&Close", IDCANCEL, 230, 6, 45, 14
-    PUSHBUTTON  "&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
+    PUSHBUTTON  "#msgctxt#do not translate#&IsDirty", IDC_ISDIRTY_BUTTON, 6, 31, 50, 14
     LTEXT   "", IDC_ISDIRTY, 60, 34, 145, 8
-    PUSHBUTTON  "&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
+    PUSHBUTTON  "#msgctxt#do not translate#&GetSizeMax", IDC_GETSIZEMAX_BUTTON, 6, 49, 50, 14
     LTEXT   "", IDC_GETSIZEMAX, 60, 52, 145, 8
 }
 
-- 
1.7.7.3



More information about the wine-patches mailing list