From e1929bafd66fe1d4076612d1ff73ea2c541f7dcd Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Wed, 2 Aug 2023 19:57:18 +0200 Subject: [PATCH] update --- SandboxiePlus/SandMan/Views/SbieView.cpp | 2 +- SandboxiePlus/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index e4101b3a..17767dc6 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -1846,7 +1846,7 @@ void CSbieView::OnMenuContextAction() QString LinkTarget = m_pCtxMkLink->data().toString(); QString BoxName = pBoxPlus->GetName(); - CreateShortcut(LinkTarget, BoxName); + CreateShortcut(pBoxPlus->GetFullCommand(LinkTarget), BoxName); } } diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index ee3a6cfb..56cc4850 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -3,7 +3,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 10 #define VERSION_REV 2 -#define VERSION_UPD 2 +#define VERSION_UPD 3 #ifndef STR #define STR2(X) #X