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

#include "fnd.h"
#include "windows.h"
/*****************************************************************************
*
* Icons
*
*****************************************************************************/
IDI_INETFIND ICON INETFIND.ICO /* My main icon */
/*****************************************************************************
*
* String table
*
*****************************************************************************/
STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
IDS_ONTHEINTERNET "On the &Internet..."
IDS_FINDHELP "Locate information on the Internet"
END
#include "inetfind.rcv"