comdlg32: Specify a context for the luminance and saturation abbreviations.

Francois Gouget fgouget at free.fr
Thu Jan 12 02:59:06 CST 2012


---
 dlls/comdlg32/comdlg32.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index d9d4e70..56d84aa 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -287,9 +287,9 @@ FONT 8, "MS Shell Dlg"
  EDITTEXT 708, 275,152,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
  LTEXT  "&Hue:" ,723 /*1091*/,200,126,24,10
  EDITTEXT 703, 224,124,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
- LTEXT  "&Sat:" ,724 /*1092*/,200,140,24,10
+ LTEXT  "#msgctxt#Saturation#&Sat:" ,724 /*1092*/,200,140,24,10
  EDITTEXT 704, 224,138,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
- LTEXT  "&Lum:" ,725 /*1093*/,200,154,24,10
+ LTEXT  "#msgctxt#Luminance#&Lum:" ,725 /*1093*/,200,154,24,10
  EDITTEXT 705, 224,152,21,12, WS_BORDER | WS_GROUP | WS_TABSTOP
  CONTROL "" ,720,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP,4,14,140,86
  CONTROL "" ,721,"STATIC",SS_SIMPLE|WS_TABSTOP|WS_GROUP,4,116,140,28
-- 
1.7.7.3



More information about the wine-patches mailing list