Changeset 6374 for trunk/qt4-gui/src/dialogs/ownermanagerdlg.cpp
- Timestamp:
- 07/01/08 06:31:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/dialogs/ownermanagerdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/dialogs/ownermanagerdlg.cpp
r6352 r6374 169 169 void OwnerManagerDlg::registerOwner() 170 170 { 171 if ( gUserManager.OwnerUin() != 0)171 if (!gUserManager.OwnerId(LICQ_PPID).empty()) 172 172 { 173 173 QString buf = tr("You are currently registered as\n" … … 176 176 "Rerun licq with the -b option to select a new\n" 177 177 "base directory and then register a new user.") 178 .arg(gUserManager.OwnerUin()).arg(BASE_DIR);178 .arg(gUserManager.OwnerId(LICQ_PPID).c_str()).arg(BASE_DIR); 179 179 InformUser(this, buf); 180 180 return;
