revert between 56095 -> 55830 in arch
[AROS.git] / workbench / network / stacks / AROSTCP / MUI.MiamiPanel / muimiamipanel_locale.h
blob7621262520b664a29aa51ab429e536c461cb10cf
1 #ifndef _LOCALE_H_
2 #define _LOCALE_H_
4 /*
5 Copyright © 2003-2008, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/gadtools.h>
11 #include <mui/TheBar_mcc.h>
13 #define CATCOMP_NUMBERS
14 #include "strings.h"
16 /*** Prototypes *************************************************************/
17 /* Main *********************************************************************/
18 CONST_STRPTR _(ULONG ID,struct MiamiPanelBase_intern *MiamiPanelBaseIntern); /* Get a message, as a STRPTR */
19 #define __(id) ((IPTR) _(id, MiamiPanelBaseIntern)) /* Get a message, as an IPTR */
21 void localizeArray ( UBYTE **strings , ULONG *ids );
22 void localizeMenus ( struct NewMenu *menu , ULONG *ids );
23 void localizeButtonsBar ( struct MUIS_TheBar_Button *buttons , ULONG *ids );
25 /* Setup ********************************************************************/
26 VOID Locale_Initialize(struct MiamiPanelBase_intern *MiamiPanelBaseIntern);
27 VOID Locale_Deinitialize(struct MiamiPanelBase_intern *MiamiPanelBaseIntern);
29 #endif /* _LOCALE_H_ */