Commit e8c552e0 authored by Eric Williams's avatar Eric Williams Committed by Alexandre Julliard

Fixed missing return after about dialog.

parent 61fece05
......@@ -735,6 +735,7 @@ LRESULT CALLBACK EXPORT mainWindowDispatcher(
case CM_H_ABOUT:
DialogBox(g_hInstance, "AboutDialog", hWnd, (DLGPROC) mwcd_About);
return 1;
case CM_H_USAGE:
DialogBox(g_hInstance, "UsageDialog", hWnd, (DLGPROC) mwcd_About);
// return value? *What* return value?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment