From df22228361a13d132d3011a3fa778e2385915c69 Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Tue, 10 Jan 2017 08:10:27 +0500 Subject: stduserinfo: add 'In a civil union' marital status --- src/core/stduserinfo/src/stdinfo.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3