Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
609 B

  1. #include "fnd.h"
  2. #include "windows.h"
  3. /*****************************************************************************
  4. *
  5. * Icons
  6. *
  7. *****************************************************************************/
  8. IDI_INETFIND ICON INETFIND.ICO /* My main icon */
  9. /*****************************************************************************
  10. *
  11. * String table
  12. *
  13. *****************************************************************************/
  14. STRINGTABLE MOVEABLE DISCARDABLE
  15. BEGIN
  16. IDS_ONTHEINTERNET "On the &Internet..."
  17. IDS_FINDHELP "Locate information on the Internet"
  18. END
  19. #include "inetfind.rcv"