From 5cff7b152821a94d99c870463b05562ac69fe2fd Mon Sep 17 00:00:00 2001 From: 1mm0rt41PC <5358076+1mm0rt41PC@users.noreply.github.com> Date: Thu, 4 Jun 2020 10:34:40 +0200 Subject: [PATCH] :pencil: Fix tipo --- SandboxiePlus/SandMan/Views/SbieView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index a9bfe848..48fdfdf6 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -50,7 +50,7 @@ CSbieView::CSbieView(QWidget* parent) : CPanelView(parent) m_pMenu->addSeparator(); m_pMenuCleanUp = m_pMenu->addAction(tr("Delete Content"), this, SLOT(OnSandBoxAction())); m_pMenu->addSeparator(); - m_pMenuRename = m_pMenu->addAction(tr("Rename Sadbox"), this, SLOT(OnSandBoxAction())); + m_pMenuRename = m_pMenu->addAction(tr("Rename Sandbox"), this, SLOT(OnSandBoxAction())); m_pMenuRemove = m_pMenu->addAction(tr("Remove Sandbox"), this, SLOT(OnSandBoxAction())); m_iMenuBox = m_pMenu->actions().count(); @@ -247,4 +247,4 @@ QList CSbieView::GetSelectedProcesses() List.append(pProcess); } return List; -} \ No newline at end of file +}