diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-27 14:02:03 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-27 14:02:03 +0000 |
commit | 7c8a36e9dd320eb7e14da8fdb7875ff087b5d603 (patch) | |
tree | 197ab1fce765e898218fa6845411dc0df86acaaa /protocols/Skype/src/skype_profile.cpp | |
parent | 81068651df147a3369a740008f326b5168cb19a6 (diff) |
- some fixes in chats
- code reorganizing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_profile.cpp')
-rw-r--r-- | protocols/Skype/src/skype_profile.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_profile.cpp b/protocols/Skype/src/skype_profile.cpp index a20d93eae0..96217b2375 100644 --- a/protocols/Skype/src/skype_profile.cpp +++ b/protocols/Skype/src/skype_profile.cpp @@ -1,6 +1,10 @@ #include "skype_proto.h"
#include <sstream>
+#define LI_STRING 0
+#define LI_LIST 1
+#define LI_NUMBER 2
+
SettingItem CSkypeProto::setting[] = {
{LPGENT("Nick"), "Nick", DBVT_WCHAR, LI_STRING},
{LPGENT("First name"), "FirstName", DBVT_WCHAR, LI_STRING},
|