mirror of https://github.com/tongzx/nt5src
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.
20 lines
537 B
20 lines
537 B
#include <winver.h>
|
|
#include "resource.h"
|
|
#include "nconn32.rcv"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ASKCANCEL_NOTSAFE "Setup is not complete. If you quit now, this computer will not be set up for networking and will not be able to gain access to your network. If you quit Setup, you will need to change some network settings manually."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_APPTITLE "Network Setup Wizard"
|
|
END
|
|
|