fix again
This commit is contained in:
parent
37c0973b89
commit
48ec5952b8
|
@ -1894,7 +1894,7 @@ int __stdcall WinMainCRTStartup(
|
||||||
run_program:
|
run_program:
|
||||||
|
|
||||||
if (SbieApi_QueryConfBool(BoxName, L"AlertBeforeStart", FALSE)) {
|
if (SbieApi_QueryConfBool(BoxName, L"AlertBeforeStart", FALSE)) {
|
||||||
WCHAR* tips;
|
WCHAR* tips=L"";
|
||||||
wprintf(SbieDll_FormatMessage0(3198), BoxName);
|
wprintf(SbieDll_FormatMessage0(3198), BoxName);
|
||||||
if (MessageBoxW(NULL, tips, L"Sandboxie Start", MB_YESNO) == IDNO)
|
if (MessageBoxW(NULL, tips, L"Sandboxie Start", MB_YESNO) == IDNO)
|
||||||
die(10000);
|
die(10000);
|
||||||
|
|
Loading…
Reference in New Issue