mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] online-installer: debug
This commit is contained in:
@ -44,6 +44,7 @@ int WINAPI _tWinMain(_In_ HINSTANCE hInst, _In_opt_ HINSTANCE hPrevInstance, _In
|
||||
wstring msg(_TR(MSG_ERR_CLOSE_APP));
|
||||
NS_Utils::Replace(msg, L"%1", _T(WINDOW_NAME));
|
||||
NS_Utils::ShowMessage(msg);
|
||||
CloseHandle(hMutex);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user