diff options
Diffstat (limited to 'src/dialog.cpp')
-rw-r--r-- | src/dialog.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp index d8bea39..fc72fee 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -191,6 +191,11 @@ BOOL Dialog::InstanceProc(HWND wnd, UINT msg, WPARAM wp, LPARAM lp) break; default: + /* + W32DEBUGOUT(MsgName(msg) << " (" << msg << + ", " << wp << ", " << lp << ")" << + " ignored"); + */ break; } |