diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-07 22:30:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-07 22:30:24 +0000 |
commit | a353ef07974dc28aaf83e380fab69cc9bbf33655 (patch) | |
tree | b0a252ac0ee7fb8311b3a94a7fb3936be366b6c6 /plugins/Scriver | |
parent | 2236e9a252983edcce561223534041629935d750 (diff) |
fix for invisible (but still readable out loud) strings in Scriver resources
git-svn-id: http://svn.miranda-ng.org/main/trunk@6821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 460fc93cd9..f7c8e27056 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -278,18 +278,18 @@ BEGIN WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY,1,41,181,28,WS_EX_STATICEDGE
CONTROL "",IDC_MESSAGE,RICHEDIT_CLASS,WS_VSCROLL | WS_TABSTOP |
ES_MULTILINE | ES_AUTOVSCROLL | ES_NOHIDESEL | ES_WANTRETURN,0,87,181,13,WS_EX_ACCEPTFILES | WS_EX_STATICEDGE
- CONTROL "&U",IDC_USERMENU,"MButtonClass",0x0,1,71,16,14,
+ CONTROL "&User menu",IDC_USERMENU,"MButtonClass",0x0,1,71,16,14,
0x18000000L
- CONTROL "&D",IDC_DETAILS,"MButtonClass",0x0,17,71,16,14,
+ CONTROL "User &Details",IDC_DETAILS,"MButtonClass",0x0,17,71,16,14,
0x18000000L
- CONTROL "&E",IDC_SMILEYS,"MButtonClass",0x0,41,71,16,14,
+ CONTROL "&Emoticons",IDC_SMILEYS,"MButtonClass",0x0,41,71,16,14,
0x18000000L
- CONTROL "",IDC_ADD,"MButtonClass",0x0,110,71,16,14,0x18000000L
- CONTROL "&H",IDC_HISTORY,"MButtonClass",0x0,130,71,16,14,
+ CONTROL "&Add",IDC_ADD,"MButtonClass",0x0,110,71,16,14,0x18000000L
+ CONTROL "&History",IDC_HISTORY,"MButtonClass",0x0,130,71,16,14,
0x18000000L
- CONTROL "&Q",IDC_QUOTE,"MButtonClass",0x0,130,71,16,14,
+ CONTROL "&Quote",IDC_QUOTE,"MButtonClass",0x0,130,71,16,14,
0x18000000L
- CONTROL "",IDOK,"MButtonClass",0x0,162,71,20,14,0x18000000L
+ CONTROL "&OK",IDOK,"MButtonClass",0x0,162,71,20,14,0x18000000L
CONTROL "",IDC_SPLITTER,"Static",SS_ENHMETAFILE | WS_CLIPSIBLINGS,0,85,183,2
CONTROL "",IDC_AVATAR,"Static", SS_OWNERDRAW,180,80,0,0
END
|