This commit is contained in:
DavidXanatos 2023-08-02 19:57:18 +02:00
parent 962b893dfb
commit e1929bafd6
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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