Changeset 06045f6


Ignore:
Timestamp:
2005-11-12T14:18:55Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c1ede6e8
Parents:
5357525
Message:

Fixed inconsistency (in fact stupidity) in do_error_dialog().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r5357525 r06045f6  
    407407void do_error_dialog( struct gaim_connection *gc, char *msg, char *title )
    408408{
    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 );
    410410}
    411411
Note: See TracChangeset for help on using the changeset viewer.