Changeset 43462708 for protocols/msn
- Timestamp:
- 2008-01-06T12:37:55Z (17 years ago)
- Branches:
- master
- Children:
- 181e47a, fc82be6
- Parents:
- 46dca11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
r46dca11 r43462708 352 352 m = l->data; 353 353 ret = g_string_sized_new( 1024 ); 354 g_string_printf( ret, "W ARNING: Cleaning up MSN (switchboard) connection with unsent "354 g_string_printf( ret, "Warning: Cleaning up MSN (switchboard) connection with unsent " 355 355 "messages to %s:", m->who ? m->who : "unknown recipient" ); 356 356
Note: See TracChangeset
for help on using the changeset viewer.