diff options
author | dartraiden <wowemuh@gmail.com> | 2017-11-02 21:58:23 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-11-02 21:58:23 +0300 |
commit | f0b51e56350d4fe4bb32fc150737d1bb4b137988 (patch) | |
tree | 1e3bc67ba5a537da0c10203c996e6739b04a26a8 | |
parent | 5797a7f1443a3596017c7fa9b5a4815682ba3cec (diff) |
VKontakte: fix capitalization
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 3cd6af5e73..2a559d8326 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -389,7 +389,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "Ok",IDOK,117,66,50,14
+ DEFPUSHBUTTON "OK",IDOK,117,66,50,14
CTEXT "",IDC_STATIC_TXT,7,7,275,18
CONTROL "",IDC_CH_REMOVE_FROM_FRIEND,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,29,33,254,10
|