aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/oscar.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-10-22 19:00:15 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-10-22 19:00:15 +0200
commite8a621101ade8c19383038cd400ab22bfd0de326 (patch)
treea398b05a0572897a22390c1e0b4dc1f83707d398 /protocols/oscar/oscar.c
parent66f783fa6365fefe7ba449e6409b4dc1359b155b (diff)
parent6237ded20b3f3058f1ada9b6afeaa07fcba535eb (diff)
Merge from main tree.
Diffstat (limited to 'protocols/oscar/oscar.c')
-rw-r--r--protocols/oscar/oscar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c
index b8cf521b..72078b3c 100644
--- a/protocols/oscar/oscar.c
+++ b/protocols/oscar/oscar.c
@@ -2296,7 +2296,7 @@ static int gaim_icqinfo(aim_session_t *sess, aim_frame_t *fr, ...)
}
}
info_string_append(str, "\n", _("Mobile Phone"), info->mobile);
- info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : _("Male"));
+ info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : info->gender==2 ? _("Male") : _("Unknown"));
if (info->birthyear || info->birthmonth || info->birthday) {
char date[30];
struct tm tm;