Changeset 6337

Show
Ignore:
Timestamp:
06/18/08 20:57:28 (6 months ago)
Author:
eugene
Message:

Don't display the empty name of the top level group when it's updated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqd-srv.cpp

    r6335 r6337  
    45884588              bHandled = true; 
    45894589              gLog.Info(tr("%sUpdated %s successfully.\n"), L_SRVxSTR, 
    4590                         pending.c_str()); 
     4590                  pending.empty() ? tr("top level") : pending.c_str()); 
    45914591                 
    45924592              if (nError == 0x0E)