xref: /haiku/src/preferences/locale/LocalePreflet.h (revision 7a74a5df454197933bc6e80a542102362ee98703)
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