diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-11 19:17:47 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-03-11 19:17:47 +0000 |
commit | 7c63d57169b30a5397fb8e1d0929eec600372652 (patch) | |
tree | 7e4609d747abb58489f4bb211aa10dce1359e5d8 /plugins/UserInfoEx | |
parent | 4b94525fe5eeac649bbe9cc4dcc3cbf7c84d226c (diff) |
userinfoex: add display for vk-specific MaritalStatus
git-svn-id: http://svn.miranda-ng.org/main/trunk@16466 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/src/svc_constants.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index 21621fe2ce..c378cb0bb5 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -228,7 +228,10 @@ static IDSTRLIST TmplMarital[]={ {20, LPGEN("Married"), 0},
{30, LPGEN("Divorced"), 0},
{31, LPGEN("Separated"), 0},
- {40, LPGEN("Widowed"), 0}
+ {40, LPGEN("Widowed"), 0},
+ {50, LPGEN("Actively searching"), 0 },
+ {60, LPGEN("In love"), 0 },
+ {70, LPGEN("It\'s complicated"), 0 }
};
static IDSTRLIST TmplPrefixes[]={
|