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

Diff of /trunk/Src/wptFileManagerDlg.cpp

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

revision 203 by twoaday, Mon Apr 10 07:38:06 2006 UTC revision 204 by twoaday, Wed Apr 26 06:37:23 2006 UTC
# Line 608  file_manager_dlg_proc (HWND dlg, UINT ms Line 608  file_manager_dlg_proc (HWND dlg, UINT ms
608          return FALSE;          return FALSE;
609    
610      case WM_COMMAND:      case WM_COMMAND:
611          switch( LOWORD( wparam ) ) {                  switch (LOWORD (wparam)) {
612            case IDCANCEL:
613                EndDialog (dlg, FALSE);
614                return TRUE;
615    
616          case ID_FILEMISC_QUIT:          case ID_FILEMISC_QUIT:
617              EndDialog (dlg, TRUE);              EndDialog (dlg, TRUE);
618              return TRUE;              return TRUE;

Legend:
Removed from v.203  
changed lines
  Added in v.204

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26