diff options
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;
}
|