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.

25 lines
705 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmfmtstr.rc
  4. //
  5. // Module: CMMGR32.EXE
  6. //
  7. // Synopsis: String messages for cmmgr32.exe
  8. //
  9. // Copyright (c) 1998-1999 Microsoft Corporation
  10. //
  11. // Author: quintinb created Header 08/16/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "cmfmtstr.h"
  15. STRINGTABLE DISCARDABLE
  16. BEGIN
  17. IDMSG_NOCMDLINE_MSG "Connection Manager cannot be started using 'CMMGR32.EXE'.\r\nTo start Connection Manager, use the desktop icon."
  18. IDMSG_NOCMS_MSG "The service profile is damaged. Re-install the service profile."
  19. IDMSG_APP_TITLE "Microsoft Connection Manager"
  20. END