/[winpt]/trunk/Src/wptKeyPropsDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyPropsDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 165 by twoaday, Tue Jan 24 10:10:15 2006 UTC revision 170 by twoaday, Mon Jan 30 12:42:57 2006 UTC
# Line 317  keyprops_dlg_proc (HWND dlg, UINT msg, W Line 317  keyprops_dlg_proc (HWND dlg, UINT msg, W
317    
318      case WM_SYSCOMMAND:      case WM_SYSCOMMAND:
319          if (LOWORD (wparam) == SC_CLOSE)          if (LOWORD (wparam) == SC_CLOSE)
320              EndDialog (dlg, TRUE);              EndDialog (dlg, FALSE);
321          return FALSE;          return FALSE;
322                    
323      case WM_COMMAND:      case WM_COMMAND:
# Line 325  keyprops_dlg_proc (HWND dlg, UINT msg, W Line 325  keyprops_dlg_proc (HWND dlg, UINT msg, W
325          case IDOK:          case IDOK:
326              EndDialog (dlg, TRUE);              EndDialog (dlg, TRUE);
327              return TRUE;              return TRUE;
328    
329            case IDCANCEL:
330                EndDialog (dlg, FALSE);
331                return TRUE;
332                            
333          case IDC_KEYPROPS_OT_CHANGE:          case IDC_KEYPROPS_OT_CHANGE:
334              if (do_check_key (key)) {              if (do_check_key (key)) {

Legend:
Removed from v.165  
changed lines
  Added in v.170

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26