29 lines
900 B
Plaintext
29 lines
900 B
Plaintext
// ---------------------------------------------------------------------------
|
|
// MIGOEWAB.RC
|
|
// ---------------------------------------------------------------------------
|
|
// Copyright (c) 1999 Microsoft Corporation
|
|
//
|
|
// ---------------------------------------------------------------------------
|
|
#include <windows.h>
|
|
#include "migoewab.rcv"
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
|
|
#pragma code_page(1252)
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PRODUCTID "Microsoft Outlook Express and Windows Address Book"
|
|
IDS_COMPANY "Microsoft Corporation"
|
|
IDS_PHONE ""
|
|
IDS_URL ""
|
|
IDS_INSTRUCTIONS ""
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|