Changeset 6244 for trunk/console/src/console_print.cpp
- Timestamp:
- 06/08/08 17:55:51 (7 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console_print.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console_print.cpp
r6176 r6244 776 776 // Get the user's name 777 777 ICQUser *u = gUserManager.FetchUser(ftman->Uin(), LOCK_R); 778 const char *szAlias = u->GetAlias();779 gUserManager.DropUser(u);780 778 781 779 // Make the title … … 783 781 ftman->Direction() == D_RECEIVER ? strcpy(szTitle, "File from ") : 784 782 strcpy(szTitle, "File to "); 785 strcat(szTitle, szAlias); 783 strcat(szTitle, u->GetAlias()); 784 785 gUserManager.DropUser(u); 786 786 787 787 // Current file name and Current File # slash Total Batch Files
