Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / classes / zune / betterstring / mcp / locale.h
blob97677be985be10b67fa8a8f8cb56ae521e566055
1 /***************************************************************************
3 BetterString.mcc - A better String gadget MUI Custom Class
4 Copyright (C) 1997-2000 Allan Odgaard
5 Copyright (C) 2005 by BetterString.mcc Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 BetterString class Support Site: http://www.sf.net/projects/bstring-mcc/
19 $Id$
21 ***************************************************************************/
23 /****************************************************************
24 This file was created automatically by `FlexCat V1.3'
25 ****************************************************************/
27 #ifndef BetterString_mcp_LOCALE_H
28 #define BetterString_mcp_LOCALE_H
29 #include <exec/types.h>
31 #define MSG_Space ((APTR)1)
33 extern char *GetStr(APTR);
34 extern char *GetStripStr(APTR);
35 extern void OpenCat(void);
36 extern void CloseCat(void);
38 extern const APTR _MSG_Label_Active;
39 #define MSG_Label_Active ((APTR) &_MSG_Label_Active)
40 extern const APTR _MSG_Label_Background;
41 #define MSG_Label_Background ((APTR) &_MSG_Label_Background)
42 extern const APTR _MSG_Label_Cursor;
43 #define MSG_Label_Cursor ((APTR) &_MSG_Label_Cursor)
44 extern const APTR _MSG_Label_Fonts;
45 #define MSG_Label_Fonts ((APTR) &_MSG_Label_Fonts)
46 extern const APTR _MSG_Label_Frame;
47 #define MSG_Label_Frame ((APTR) &_MSG_Label_Frame)
48 extern const APTR _MSG_Label_Inactive;
49 #define MSG_Label_Inactive ((APTR) &_MSG_Label_Inactive)
50 extern const APTR _MSG_Label_Marked;
51 #define MSG_Label_Marked ((APTR) &_MSG_Label_Marked)
52 extern const APTR _MSG_Label_Text;
53 #define MSG_Label_Text ((APTR) &_MSG_Label_Text)
54 extern const APTR _MSG_String_TestString;
55 #define MSG_String_TestString ((APTR) &_MSG_String_TestString)
57 #endif /* BetterString_mcp_LOCALE_H */