- Timestamp:
- 2006-03-21T08:12:22Z (19 years ago)
- Branches:
- master
- Children:
- 19a6c75
- Parents:
- 1ad104a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r1ad104a raefa533e 1150 1150 reason = msg + 6; 1151 1151 1152 dialog_msg = g_strdup_printf("The user %u wants to add you to their buddy list for the following reason: \n\n%s", uin, reason ? reason : "No reason given.");1152 dialog_msg = g_strdup_printf("The user %u wants to add you to their buddy list for the following reason: %s", uin, reason ? reason : "No reason given."); 1153 1153 data->gc = gc; 1154 1154 data->uin = uin;
Note: See TracChangeset
for help on using the changeset viewer.