diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-11 00:03:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-11 00:03:53 +0000 |
commit | f8ba03594573e8487927c236180ad5895e73db17 (patch) | |
tree | 7ca7b24be4ce8adb411bd74ec4c5fd27c8a360c7 /src/dialog.cpp | |
parent | 517295ea0928dfd2bd30d997949c472f68d22e06 (diff) |
Some changes and added RadioButton
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; } |