windows-nt/Source/XPSP1/NT/net/rras/cm/cmmgr/cmfmtstr.rc
2020-09-26 16:20:57 +08:00

26 lines
705 B
Plaintext

//+----------------------------------------------------------------------------
//
// File: cmfmtstr.rc
//
// Module: CMMGR32.EXE
//
// Synopsis: String messages for cmmgr32.exe
//
// Copyright (c) 1998-1999 Microsoft Corporation
//
// Author: quintinb created Header 08/16/99
//
//+----------------------------------------------------------------------------
#include "cmfmtstr.h"
STRINGTABLE DISCARDABLE
BEGIN
IDMSG_NOCMDLINE_MSG "Connection Manager cannot be started using 'CMMGR32.EXE'.\r\nTo start Connection Manager, use the desktop icon."
IDMSG_NOCMS_MSG "The service profile is damaged. Re-install the service profile."
IDMSG_APP_TITLE "Microsoft Connection Manager"
END