Updated README and Help text.

This commit is contained in:
2023-12-18 17:34:34 +03:00
parent 34ec99e90b
commit 21c65369ec
3 changed files with 3 additions and 3 deletions

View File

@@ -8,9 +8,9 @@ or pressing `LCTRL + LWIN + MMB` (Middle Mouse Button).
You can use `LCTRL + LWIN + I` hotkey for hide/show trayicon. You can use `LCTRL + LWIN + I` hotkey for hide/show trayicon.
You can also use commandline option `/hide` for hide trayicon at startup. You can also use commandline option `/hide` for hide trayicon at startup.
The `/noupdate` option is used to disable check for updates. By default, the check is repeated once a day. The `/noupdate` option is used to disable check for updates. By default, the program checks for updates upon startup and once a day.
`Use workarea` option means that the window is centered without a taskbar, otherwise, the full resolution of the monitor will be used. The `Use workarea` option means that the window is centered without a taskbar, otherwise, the full resolution of the monitor will be used.
If some windows does not centers you should run wCenterWindow with administrative rights. If some windows does not centers you should run wCenterWindow with administrative rights.

View File

@@ -360,7 +360,7 @@ LRESULT CALLBACK WndProc(HWND hMainWnd, UINT message, WPARAM wParam, LPARAM lPar
logger.Out(L"%s(%d): Pressed the 'Help' menuitem", TEXT(__FUNCTION__), __LINE__); logger.Out(L"%s(%d): Pressed the 'Help' menuitem", TEXT(__FUNCTION__), __LINE__);
bKPressed = TRUE; bKPressed = TRUE;
WCHAR szHelp[MAX_LOADSTRING * 12]; WCHAR szHelp[MAX_LOADSTRING * 15];
LoadStringW(GetModuleHandleW(NULL), IDS_HELP, szHelp, _countof(szHelp)); LoadStringW(GetModuleHandleW(NULL), IDS_HELP, szHelp, _countof(szHelp));
MessageBoxW(hMainWnd, szHelp, szTitle, MB_OK | MB_ICONINFORMATION); MessageBoxW(hMainWnd, szHelp, szTitle, MB_OK | MB_ICONINFORMATION);
bKPressed = FALSE; bKPressed = FALSE;

Binary file not shown.