home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / os2 / pmfract / src / opendlg.rc < prev    next >
Text File  |  1994-01-24  |  551b  |  21 lines

  1. /*
  2.     File Dialog Library Resource File
  3.     Created by Microsoft Corporation, 1989
  4. */
  5.  
  6. #include    "tool.h"
  7.  
  8. /* Stringtable for library strings */
  9. STRINGTABLE
  10. BEGIN
  11.     IDS_MERGE1,     "%%"
  12.     IDS_IFN,        "%% is not a valid filename."
  13.     IDS_FNF,        "%% not found - Create new file?"
  14.     IDS_REF,        "Replace existing %%?"
  15.     IDS_SCC,        "%% has changed.  Save current changes?"
  16.     IDS_EOF,        "Error opening %%."
  17.     IDS_ECF,        "Error creating %%."
  18. END
  19.  
  20. rcinclude opendlg.dlg    /* Open... and Save As... dialog boxes */
  21.