Update SbieView.cpp
This commit is contained in:
parent
32d2e7e1bc
commit
5cf9eb7c36
|
@ -174,10 +174,10 @@ void CSbieView::CreateMenu()
|
||||||
m_pMenuRunTools->addSeparator();
|
m_pMenuRunTools->addSeparator();
|
||||||
m_pMenuRunCmd = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt"), this, SLOT(OnSandBoxAction()));
|
m_pMenuRunCmd = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt"), this, SLOT(OnSandBoxAction()));
|
||||||
m_pMenuRunCmdAdmin = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt (as Admin)"), this, SLOT(OnSandBoxAction()));
|
m_pMenuRunCmdAdmin = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt (as Admin)"), this, SLOT(OnSandBoxAction()));
|
||||||
#ifndef _WIN64
|
#ifdef _WIN64
|
||||||
if(CSbieAPI::IsWow64())
|
if(CSbieAPI::IsWow64())
|
||||||
#endif
|
|
||||||
m_pMenuRunCmd32 = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt (32-bit)"), this, SLOT(OnSandBoxAction()));
|
m_pMenuRunCmd32 = m_pMenuRunTools->addAction(CSandMan::GetIcon("Cmd"), tr("Command Prompt (32-bit)"), this, SLOT(OnSandBoxAction()));
|
||||||
|
#endif
|
||||||
m_pMenuRun->addSeparator();
|
m_pMenuRun->addSeparator();
|
||||||
m_iMenuRun = m_pMenuRun->actions().count();
|
m_iMenuRun = m_pMenuRun->actions().count();
|
||||||
m_pMenuEmptyBox = m_pMenuBox->addAction(CSandMan::GetIcon("EmptyAll"), tr("Terminate All Programs"), this, SLOT(OnSandBoxAction()));
|
m_pMenuEmptyBox = m_pMenuBox->addAction(CSandMan::GetIcon("EmptyAll"), tr("Terminate All Programs"), this, SLOT(OnSandBoxAction()));
|
||||||
|
|
Loading…
Reference in New Issue