home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / css10.zip / CSS.RC < prev    next >
Text File  |  1995-12-17  |  1KB  |  39 lines

  1. /*-----------------------------------------------------------------------------
  2. ;                                 ***keywords*** "%l"
  3. ; LOCK STATUS       "PAULG/GO"
  4. ;
  5. ; project name
  6. ; Copyright (c) Paul Gallagher 1995
  7. ;
  8. ;                                 ***keywords*** "%n"
  9. ; Filename          "CSS.RC"
  10. ; Platform          OS/2 (Borland C++ 1.01)
  11. ;
  12. ; Authors           Paul Gallagher (paulpg@ibm.net)
  13. ;
  14. ; Description       
  15. ;
  16. ;                                 ***keywords*** "Version: %v  Date: %d %t"
  17. ; "Version: 1  Date: 17-Dec-95 23:00:24"
  18. ;
  19. ; Revision History
  20. ;                                 ***revision-history***
  21. ; 1 CSS.RC 17-Dec-95,23:00:24,`PAULG/GO' First release
  22. ;                                 ***revision-history***
  23. ;----------------------------------------------------------------------------*/
  24.                                   //
  25. #include <os2.h>
  26. #include "css.h"
  27.  
  28. ICON ID_APPNAME CSS.ICO
  29.  
  30. STRINGTABLE LOADONCALL MOVEABLE
  31. BEGIN
  32.     ID_APPNAME      "Shell Starter"
  33.     IDS_MSG1        "Drop a file or folder here to"
  34.     IDS_MSG2        "open a command window with"
  35.     IDS_MSG3        "matching current directory."
  36. END
  37.  
  38.  
  39.