xref: /haiku/src/preferences/locale/LocalePreflet.h (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
1 /*
2  * Copyright 2005-2010, Axel Dörfler, axeld@pinc-software.de.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 #ifndef LOCALE_PREFLET_H
6 #define LOCALE_PREFLET_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 extern const char* kSignature;
13 
14 static const uint32 kMsgRestartTrackerAndDeskbar = 'Rstr';
15 static const uint32 kMsgSettingsChanged = 'SeCh';
16 
17 
18 #endif	/* LOCALE_PREFLET_H */
19 
20