Show
Ignore:
Timestamp:
06/27/08 16:10:19 (5 months ago)
Author:
flynd
Message:

Removed some usage of uin functions in console plugin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r6358 r6359  
    32623262   
    32633263  ICQOwner *o = gUserManager.FetchOwner(LOCK_R); 
    3264   winMain->wprintf("%A%CEnter your password for %s (%lu):%C%Z\n", A_BOLD, 
    3265                    COLOR_GREEN, o->GetAlias(), o->Uin(), COLOR_WHITE, A_BOLD); 
     3264  winMain->wprintf("%A%CEnter your password for %s (%s):%C%Z\n", A_BOLD, 
     3265                   COLOR_GREEN, o->GetAlias(), o->IdString(), COLOR_WHITE, A_BOLD); 
    32663266  gUserManager.DropOwner(); 
    32673267}