1.2.7
This commit is contained in:
parent
8c0130feb9
commit
38f7c3dd47
|
@ -376,7 +376,7 @@ void CSandMan::CreateMenus(bool bAdvanced)
|
|||
m_pDisableMessages = NULL;
|
||||
}
|
||||
m_pMenuFile->addSeparator();
|
||||
m_pWndFinder = m_pMenuFile->addAction(CSandMan::GetIcon("finder"), tr("Is Window Sandboxed"), this, SLOT(OnWndFinder()));
|
||||
m_pWndFinder = m_pMenuFile->addAction(CSandMan::GetIcon("finder"), tr("Is Window Sandboxed?"), this, SLOT(OnWndFinder()));
|
||||
|
||||
if(bAdvanced || theGUI->IsFullyPortable())
|
||||
CreateMaintenanceMenu();
|
||||
|
@ -494,7 +494,7 @@ void CSandMan::CreateOldMenus()
|
|||
//m_pDisableMessages->setCheckable(true);
|
||||
m_pDisableMessages = NULL;
|
||||
m_pMenuFile->addSeparator();
|
||||
m_pWndFinder = m_pMenuFile->addAction(CSandMan::GetIcon("finder"), tr("Is Window Sandboxed"), this, SLOT(OnWndFinder()));
|
||||
m_pWndFinder = m_pMenuFile->addAction(CSandMan::GetIcon("finder"), tr("Is Window Sandboxed?"), this, SLOT(OnWndFinder()));
|
||||
m_pEnableMonitoring = m_pMenuFile->addAction(CSandMan::GetIcon("SetLogging"), tr("Resource Access Monitor"), this, SLOT(OnMonitoring()));
|
||||
|
||||
m_pMenuFile->addSeparator();
|
||||
|
|
Loading…
Reference in New Issue