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.
28 lines
900 B
28 lines
900 B
// ---------------------------------------------------------------------------
|
|
// 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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|