Changeset 06045f6
- Timestamp:
- 2005-11-12T14:18:55Z (19 years ago)
- Branches:
- master
- Children:
- c1ede6e8
- Parents:
- 5357525
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r5357525 r06045f6 407 407 void do_error_dialog( struct gaim_connection *gc, char *msg, char *title ) 408 408 { 409 irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->username, title, msg );409 irc_usermsg( gc->irc, "%s(%s) - Error: %s", proto_name[gc->protocol], gc->username, msg ); 410 410 } 411 411
Note: See TracChangeset
for help on using the changeset viewer.