1.10.2f
This commit is contained in:
parent
5eaaf85ce0
commit
7f62dad3b6
|
@ -1879,7 +1879,7 @@ void CSbieView::UpdateStartMenu(CSandBoxPlus* pBoxEx)
|
|||
if(!Link.Arguments.isEmpty())
|
||||
Command += " " + Link.Arguments;
|
||||
pAction->setData(Command);
|
||||
pAction->setProperty("Icon", Link.Icon);
|
||||
pAction->setProperty("Icon", Link.Icon.isEmpty() ? pBoxEx->GetCommandFile(Command) : Link.Icon);
|
||||
pAction->setProperty("IconIndex", Link.IconIndex);
|
||||
pAction->setProperty("WorkingDir", Link.WorkDir);
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#define VERSION_MJR 1
|
||||
#define VERSION_MIN 10
|
||||
#define VERSION_REV 2
|
||||
#define VERSION_UPD 5
|
||||
#define VERSION_UPD 6
|
||||
|
||||
#ifndef STR
|
||||
#define STR2(X) #X
|
||||
|
|
Loading…
Reference in New Issue