Show
Ignore:
Timestamp:
01/18/08 21:18:10 (10 months ago)
Author:
eugene
Message:
  • Removed all password-related work from SecurityDlg?;
  • Renamed ICQ-related options in system menu to reflect this fact;
  • Removed id from OwnerEditDlg? ctor, made ppid optional and fixed some bugs;
  • Made SignalManager? invoke OwnerEditDlg? upon logoff for wrong password reason.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/core/systemmenu.cpp

    r6000 r6054  
    9292  myOwnerAdmSeparator = myOwnerAdmMenu->addSeparator(); 
    9393  myOwnerAdmMenu->addAction(tr("&Owner Manager..."), this, SLOT(showOwnerManagerDlg())); 
    94   myOwnerAdmMenu->addAction(tr("&Security/Password Options..."), this, SLOT(showSecurityDlg())); 
    95   myOwnerAdmMenu->addAction(tr("&Random Chat Group..."), this, SLOT(showRandomChatGroupDlg())); 
     94  myOwnerAdmMenu->addAction(tr("ICQ &Security Options..."), this, SLOT(showSecurityDlg())); 
     95  myOwnerAdmMenu->addAction(tr("ICQ &Random Chat Group..."), this, SLOT(showRandomChatGroupDlg())); 
    9696  myOwnerAdmMenu->addSeparator(); 
    9797  myOwnerAdmMenu->addMenu(myDebugMenu);