Leaked source code of windows server 2003
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

  1. // ---------------------------------------------------------------------------
  2. // MIGOEWAB.RC
  3. // ---------------------------------------------------------------------------
  4. // Copyright (c) 1999 Microsoft Corporation
  5. //
  6. // ---------------------------------------------------------------------------
  7. #include <windows.h>
  8. #include "migoewab.rcv"
  9. #include "resource.h"
  10. LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
  11. #pragma code_page(1252)
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // String Table
  15. //
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18. IDS_PRODUCTID "Microsoft Outlook Express and Windows Address Book"
  19. IDS_COMPANY "Microsoft Corporation"
  20. IDS_PHONE ""
  21. IDS_URL ""
  22. IDS_INSTRUCTIONS ""
  23. END
  24. /////////////////////////////////////////////////////////////////////////////