diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-01-10 08:10:27 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-01-10 08:10:27 +0500 |
commit | df22228361a13d132d3011a3fa778e2385915c69 (patch) | |
tree | 5b30902edc63cfc1a5edc3e9c4f3e130141d6566 /src | |
parent | f411d300ca39423ba9fd36e9206b0379fbeb5487 (diff) |
stduserinfo: add 'In a civil union' marital status
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stduserinfo/src/stdinfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index 83e21d7200..fc076abd8b 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -132,6 +132,9 @@ static void SetValue(HWND hwndDlg, int idCtrl, MCONTACT hContact, char *szModule case 70:
ptstr = TranslateT("It\'s complicated");
break;
+ case 80:
+ ptstr = TranslateT("In a civil union");
+ break;
default:
unspecified = 1;
}
|