Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mausimus committed Jun 4, 2023
1 parent dbf6896 commit 5712ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShaderGlass/ShaderWindow.cpp
Expand Up @@ -1096,7 +1096,7 @@ LRESULT CALLBACK ShaderWindow::WndProc(HWND hWnd, UINT message, WPARAM wParam, L
#endif
break;
case ID_HELP_FREQUENTLYASKEDQUESTIONS:
ShellExecute(0, 0, L"https://github.com/mausimus/ShaderGlass/FAQ.md", 0, 0, SW_SHOW);
ShellExecute(0, 0, L"https://github.com/mausimus/ShaderGlass/blob/master/FAQ.md", 0, 0, SW_SHOW);
break;
default:
if(wmId >= WM_USER && wmId <= 0x7FFF)
Expand Down

0 comments on commit 5712ea7

Please sign in to comment.