Changeset 91bd910 for protocols/oscar
- Timestamp:
- 2006-10-21T20:56:21Z (18 years ago)
- Branches:
- master
- Children:
- 2087159
- Parents:
- 2a29eac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r2a29eac r91bd910 2297 2297 } 2298 2298 info_string_append(str, "\n", _("Mobile Phone"), info->mobile); 2299 info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : _("Male"));2299 info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : info->gender==2 ? _("Male") : _("Unknown")); 2300 2300 if (info->birthyear || info->birthmonth || info->birthday) { 2301 2301 char date[30];
Note: See TracChangeset
for help on using the changeset viewer.