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

Diff of /trunk/Src/wptTextInputDlg.cpp

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

revision 76 by werner, Mon Oct 31 21:14:11 2005 UTC revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC
# Line 93  text_input_dlg_proc (HWND dlg, UINT msg, Line 93  text_input_dlg_proc (HWND dlg, UINT msg,
93          case IDC_TEXT_FILE:          case IDC_TEXT_FILE:
94              const char *file;              const char *file;
95                            
96              file = get_filename_dlg( dlg, FILE_OPEN, _("Text Input from File"), NULL, NULL );              file = get_fileopen_dlg( dlg, _("Text Input from File"), NULL, NULL );
97              if( file )              if( file )
98                  load_file_contents( dlg, file );                  load_file_contents( dlg, file );
99              break;              break;

Legend:
Removed from v.76  
changed lines
  Added in v.77

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26