diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-27 19:59:49 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-27 19:59:49 +0200 |
commit | 5cf224e4549a9dfd8c715cc14a9d6531199a843e (patch) | |
tree | 49d361ff22dcb390c103cf53231442565612ce62 | |
parent | 9004eaac8c454cafcf4d54e29173c32db33a07ab (diff) | |
download | EpisodeBrowser-5cf224e4549a9dfd8c715cc14a9d6531199a843e.tar.gz |
Fix typo.
-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.", |