- Timestamp:
- 2007-04-28T05:20:56Z (18 years ago)
- Branches:
- master
- Children:
- f7b44f2
- Parents:
- c737ba7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
rc737ba7 r05bcd20 2255 2255 } 2256 2256 info_string_append(str, "\n", _("Mobile Phone"), info->mobile); 2257 info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : info->gender==2 ? _("Male") : _("Unknown")); 2257 if (info->gender != 0) 2258 info_string_append(str, "\n", _("Gender"), info->gender==1 ? _("Female") : _("Male")); 2258 2259 if (info->birthyear || info->birthmonth || info->birthday) { 2259 2260 char date[30];
Note: See TracChangeset
for help on using the changeset viewer.