78 lines
2.5 KiB
C
78 lines
2.5 KiB
C
/*
|
|
* CDE - Common Desktop Environment
|
|
*
|
|
* Copyright (c) 1993-2012, The Open Group. All rights reserved.
|
|
*
|
|
* These libraries and programs are free software; you can
|
|
* redistribute them and/or modify them under the terms of the GNU
|
|
* Lesser General Public License as published by the Free Software
|
|
* Foundation; either version 2 of the License, or (at your option)
|
|
* any later version.
|
|
*
|
|
* These libraries and programs are distributed in the hope that
|
|
* they will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
* PURPOSE. See the GNU Lesser General Public License for more
|
|
* details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with these librararies and programs; if not, write
|
|
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
|
|
* Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
/* $XConsortium: MessagesP.h /main/3 1995/10/26 12:30:14 rswiston $ */
|
|
/************************************<+>*************************************
|
|
****************************************************************************
|
|
**
|
|
** File: MessagesP.h
|
|
**
|
|
** Project: CacheCreeek (Rivers) Project.
|
|
**
|
|
**
|
|
** Description: Private header all Dt error messages defines.
|
|
**
|
|
**
|
|
** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
|
|
**
|
|
** (c) Copyright 1993, 1994 Hewlett-Packard Company
|
|
** (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
** (c) Copyright 1993, 1994 Novell, Inc.
|
|
**
|
|
**
|
|
**
|
|
****************************************************************************
|
|
************************************<+>*************************************/
|
|
#ifndef _MessagesP_h
|
|
#define _MessagesP_h
|
|
|
|
|
|
/* Quick Help Dialog Error _CoeMessage Variables */
|
|
extern const char _DtMsgQuickHelp_0000[];
|
|
extern const char _DtMsgQuickHelp_0001[];
|
|
|
|
/* Help Dialog Error _CoeMessage Variables */
|
|
extern const char _DtHelpMsg_0000[];
|
|
extern const char _DtHelpMsg_0001[];
|
|
extern const char _DtHelpMsg_0002[];
|
|
extern const char _DtHelpMsg_0003[];
|
|
extern const char _DtHelpMsg_0004[];
|
|
extern const char _DtHelpMsg_0005[];
|
|
extern const char _DtHelpMsg_0006[];
|
|
extern const char _DtHelpMsg_0007[];
|
|
extern const char _DtHelpMsg_0008[];
|
|
extern const char _DtHelpMsg_0009[];
|
|
extern const char _DtHelpMsg_0010[];
|
|
extern const char _DtHelpMsg_0011[];
|
|
|
|
|
|
|
|
#endif /* _MessagesP_h */
|
|
/* DON'T ADD ANYTHING AFTER THIS #endif */
|
|
|
|
|
|
|
|
|
|
|
|
|