comdlg32: Specify a message context for 'mm'.

Francois Gouget fgouget at free.fr
Mon Aug 22 08:45:41 CDT 2011


Otherwise it's unclear what 'mm' refers to.
Also a message context is already used for this string with the same meaning in sane.
---
 dlls/comdlg32/comdlg32.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index ee29819..997aaaf 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -88,7 +88,7 @@ Please install one and retry."
     PD32_NR_OF_DOCUMENTS_IN_QUEUE         "There are %d documents in the queue"
     PD32_MARGINS_IN_INCHES                "Margins [inches]"
     PD32_MARGINS_IN_MILLIMETERS           "Margins [mm]"
-    PD32_MILLIMETERS                      "mm"
+    PD32_MILLIMETERS                      "#msgctxt#unit: millimeters#mm"
 
     PD32_PRINTER_STATUS_READY             "Ready"
     PD32_PRINTER_STATUS_PAUSED            "Paused; "
-- 
1.7.5.4




More information about the wine-patches mailing list