/[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 246 by twoaday, Tue Jul 11 08:55:57 2006 UTC revision 248 by twoaday, Fri Jul 28 11:11:09 2006 UTC
# Line 120  load_clipboard_from_file (HWND dlg) Line 120  load_clipboard_from_file (HWND dlg)
120      if (GetOpenFileName (&open)) {      if (GetOpenFileName (&open)) {
121          if( (size=get_file_size (file)) > MAX_CLIPTEXT_SIZE) {          if( (size=get_file_size (file)) > MAX_CLIPTEXT_SIZE) {
122              id = msg_box (dlg, _("The file you want to add is very large.\n"              id = msg_box (dlg, _("The file you want to add is very large.\n"
123                                   "Still proceed?"), _("Clipboard"),                                   "Continue?"), _("Clipboard"),
124                            MB_INFO|MB_YESNO);                            MB_INFO|MB_YESNO);
125              if (id == IDNO)              if (id == IDNO)
126                  return -1;                  return -1;

Legend:
Removed from v.246  
changed lines
  Added in v.248

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26