From 5eb1b0f32fa07c90b130c8cfb22288513523e47b Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Tue, 10 Jan 2017 08:12:14 +0500 Subject: UInfoEx: add 'In a civil union' marital status --- plugins/UserInfoEx/src/svc_constants.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/UserInfoEx') diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index 4deefca9b4..b345b25f26 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -231,7 +231,8 @@ static IDSTRLIST TmplMarital[]={ {40, LPGEN("Widowed"), 0}, {50, LPGEN("Actively searching"), 0 }, {60, LPGEN("In love"), 0 }, - {70, LPGEN("It\'s complicated"), 0 } + {70, LPGEN("It\'s complicated"), 0 }, + {80, LPGEN("In a civil union"), 0 } }; static IDSTRLIST TmplPrefixes[]={ -- cgit v1.2.3