diff options
Diffstat (limited to 'c')
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, { /* Look up status bar help for menu command. The help * strings are stored in arrays, whose indices - * correspond to the IDM_ values (see resources.h). */ + * correspond to the IDM_ values (see resource.h). */ static const wchar_t* aWszMenu[] = { /*IDM_FILE_EXIT*/L"Close Episode Browser.", |