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

Diff of /trunk/Src/wptClipEditDlg.cpp

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

revision 174 by twoaday, Thu Feb 2 08:20:50 2006 UTC revision 201 by twoaday, Sat Apr 22 18:30:24 2006 UTC
# Line 203  clip_edit_dlg_proc (HWND dlg, UINT msg, Line 203  clip_edit_dlg_proc (HWND dlg, UINT msg,
203          center_window (dlg, NULL);          center_window (dlg, NULL);
204          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);
205          return TRUE;          return TRUE;
206            
207      case WM_HELP:      case WM_HELP:
208          html_help_dispatch (lparam, "winpt.chm::winpt_texts.txt", help_arr);          html_help_dispatch (lparam, "winpt.chm::winpt_texts.txt", help_arr);
209          break;          break;
# Line 215  clip_edit_dlg_proc (HWND dlg, UINT msg, Line 215  clip_edit_dlg_proc (HWND dlg, UINT msg,
215                    
216      case WM_COMMAND:      case WM_COMMAND:
217          switch (LOWORD (wparam)) {          switch (LOWORD (wparam)) {
218            case IDCANCEL:
219                EndDialog (dlg, FALSE);
220                return TRUE;
221    
222          case IDOK:                        case IDOK:              
223              EndDialog (dlg, TRUE);              EndDialog (dlg, TRUE);
224              return TRUE;              return TRUE;

Legend:
Removed from v.174  
changed lines
  Added in v.201

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26