From 625d0a8916327ffe942fc8683291c6355e814963 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Thu, 4 Jun 2015 16:21:08 +0000 Subject: SkypeWeb: Setting for place. git-svn-id: http://svn.miranda-ng.org/main/trunk@14000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_options.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/skype_options.cpp') diff --git a/protocols/SkypeWeb/src/skype_options.cpp b/protocols/SkypeWeb/src/skype_options.cpp index 7ef8886381..a257514c70 100644 --- a/protocols/SkypeWeb/src/skype_options.cpp +++ b/protocols/SkypeWeb/src/skype_options.cpp @@ -24,12 +24,14 @@ CSkypeOptionsMain::CSkypeOptionsMain(CSkypeProto *proto, int idDialog) m_group(this, IDC_GROUP), m_autosync(this, IDC_AUTOSYNC), m_localtime(this, IDC_LOCALTIME), - m_allasunread(this, IDC_MESASUREAD) + m_allasunread(this, IDC_MESASUREAD), + m_place(this, IDC_PLACE) { CreateLink(m_group, SKYPE_SETTINGS_GROUP, _T("Skype")); CreateLink(m_autosync, "AutoSync", DBVT_BYTE, 1); CreateLink(m_localtime, "UseLocalTime", DBVT_BYTE, 0); CreateLink(m_allasunread, "MarkMesUnread", DBVT_BYTE, 0); + CreateLink(m_place, "Place", _T("")); } void CSkypeOptionsMain::OnInitDialog() -- cgit v1.2.3