diff options
Diffstat (limited to 'protocols/nogaim.c')
| -rw-r--r-- | protocols/nogaim.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 97aa30cf..dee89a5e 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -406,7 +406,7 @@ void signoff( struct gaim_connection *gc )  void do_error_dialog( struct gaim_connection *gc, char *msg, char *title )  { -	irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->username, title, msg ); +	irc_usermsg( gc->irc, "%s(%s) - Error: %s", proto_name[gc->protocol], gc->username, msg );  }  void do_ask_dialog( struct gaim_connection *gc, char *msg, void *data, void *doit, void *dont ) | 
