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.
|
|
/*************************************************************************** * * File Name: WPNPIN16.RC * * Copyright 1997 Hewlett-Packard Company. * All rights reserved. * * 11311 Chinden Blvd. * Boise, Idaho 83714 * * * Description: Strings and other resources for WPNPIN16.DLL * * Author: Garth Schmeling * * * Modification history: * * Date Initials Change description * * 10-10-97 GFS Initial checkin * * * ***************************************************************************/
////////////////////////////////////////////////////////////////////////////// // // String Table //
#include <resource.h>
STRINGTABLE DISCARDABLE BEGIN IDS_DEFAULT_PRINTPROCESSOR "WinPrint" IDS_DEFAULT_DATATYPE "RAW" IDS_COLOR_PATH "COLOR\\" IDS_ERR_FILE_IN_USE "One of the files required for this printer is in use by another program. Quit all programs, and then click Retry. To quit, click Cancel." END
|