diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-02-17 04:29:28 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-02-17 04:29:28 +0000 |
commit | df1277bc854e0db5424623890be9a3d74750a03f (patch) | |
tree | e55d29c375ba8e175899bf0a65c7631533160876 /protocols/Steam/res | |
parent | 40da8fcc882ff988d14e50d204909b2a3b701418 (diff) |
Steam: New option to control showing chat state changes (i.e., user closed chat window); version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r-- | protocols/Steam/res/Resource.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc index f7ee0f42ba..054d9b2660 100644 --- a/protocols/Steam/res/Resource.rc +++ b/protocols/Steam/res/Resource.rc @@ -17,7 +17,7 @@ #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
-#pragma code_page(1251)
+#pragma code_page(1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -107,6 +107,9 @@ BEGIN LTEXT "Default group:",IDC_STATIC,15,71,69,8
EDITTEXT IDC_GROUP,90,69,201,14,ES_AUTOHSCROLL
CONTROL "Use bigger avatars",IDC_BIGGER_AVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,90,271,10
+ GROUPBOX "Message sessions",IDC_STATIC,7,115,291,32
+ CONTROL "Show chat state events (i.e., user closed chat session)",IDC_SHOW_CHAT_EVENTS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,129,271,10
END
IDD_CAPTCHA DIALOGEX 0, 0, 143, 81
|