update
This commit is contained in:
parent
962b893dfb
commit
e1929bafd6
|
@ -1846,7 +1846,7 @@ void CSbieView::OnMenuContextAction()
|
||||||
QString LinkTarget = m_pCtxMkLink->data().toString();
|
QString LinkTarget = m_pCtxMkLink->data().toString();
|
||||||
QString BoxName = pBoxPlus->GetName();
|
QString BoxName = pBoxPlus->GetName();
|
||||||
|
|
||||||
CreateShortcut(LinkTarget, BoxName);
|
CreateShortcut(pBoxPlus->GetFullCommand(LinkTarget), BoxName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#define VERSION_MJR 1
|
#define VERSION_MJR 1
|
||||||
#define VERSION_MIN 10
|
#define VERSION_MIN 10
|
||||||
#define VERSION_REV 2
|
#define VERSION_REV 2
|
||||||
#define VERSION_UPD 2
|
#define VERSION_UPD 3
|
||||||
|
|
||||||
#ifndef STR
|
#ifndef STR
|
||||||
#define STR2(X) #X
|
#define STR2(X) #X
|
||||||
|
|
Loading…
Reference in New Issue