Merged TextEditor MCC 15.45
[AROS.git] / workbench / classes / zune / texteditor / mcp / C_h.sd
blob33b1b6bdcd00484ffc8246fe60203d56045a5f30
1 ##stringtype C
2 ##shortstrings
3 /***************************************************************************
5  TextEditor.mcc - Textediting MUI Custom Class
6  Copyright (C) 1997-2000 Allan Odgaard
7  Copyright (C) 2005-2014 TextEditor.mcc Open Source Team
9  This library is free software; you can redistribute it and/or
10  modify it under the terms of the GNU Lesser General Public
11  License as published by the Free Software Foundation; either
12  version 2.1 of the License, or (at your option) any later version.
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  Lesser General Public License for more details.
19  TextEditor class Support Site:  http://www.sf.net/projects/texteditor-mcc
21  $Id: C_h.sd 945 2014-01-26 09:03:06Z damato $
23 ***************************************************************************/
25  /*
26   * If this file is named 'locale.h' it is automatically
27   * generated by 'FlexCat' from C_h.sd. PLEASE DO NOT EDIT!!!
28   */
30 #ifndef %b_LOCALE_H
31 #define %b_LOCALE_H
33 // catalog translation functions
34 extern const char *tr(const void *);
35 extern BOOL OpenCat(void);
36 extern void CloseCat(void);
38 // const pointers to internal strings
39 extern const void* const _%i;
41 // substiting defines to directly use MSG_XXXXX strings
42 #define MSG_Space ((const void* const)1)
43 #define %i ((const void* const)&_%i)
45 #endif /* %b_LOCALE_H */