diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-16 15:25:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-16 15:25:56 +0300 |
commit | 12559ebb28d49c90b4b603dd78a4f1599b50a6fb (patch) | |
tree | be3a32635ce149dad45b3e43e3510d45a7a3ee68 /plugins/Sessions/res | |
parent | 3355cfd8d583d286053fe8874453e64f8dff1811 (diff) |
fixes #3430 (Sessions: чекбоксы в выборе контактов)
Diffstat (limited to 'plugins/Sessions/res')
-rw-r--r-- | plugins/Sessions/res/Sessions.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Sessions/res/Sessions.rc b/plugins/Sessions/res/Sessions.rc index 707e4b7c52..e02f694be7 100644 --- a/plugins/Sessions/res/Sessions.rc +++ b/plugins/Sessions/res/Sessions.rc @@ -17,7 +17,7 @@ #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#pragma code_page(1251)
+#pragma code_page(65001)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -111,7 +111,7 @@ BEGIN COMBOBOX IDC_LIST,12,30,148,65,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_CLIST,"CListControl",NOT WS_VISIBLE | WS_TABSTOP | WS_CHILD,12,30,148,65
CONTROL "Save and Close",IDC_SANDCCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,46,137,10
- CONTROL "adv.",IDC_SELCONTACTS,"Button",BS_AUTOCHECKBOX | BS_PUSHLIKE | BS_FLAT | WS_TABSTOP,136,4,24,10
+ CONTROL "",IDC_SELCONTACTS,"MButtonClass",WS_TABSTOP,136,4,16,16
END
IDD_EXDIALOG DIALOGEX 0, 0, 170, 70
|