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.
|
|
//+---------------------------------------------------------------------------- // // 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
|