root/src/preferences/locale/LocalePreflet.h
/*
 * Copyright 2005-2010, Axel Dörfler, axeld@pinc-software.de.
 * All rights reserved. Distributed under the terms of the MIT License.
 */
#ifndef LOCALE_PREFLET_H
#define LOCALE_PREFLET_H


#include <SupportDefs.h>


extern const char* kSignature;

static const uint32 kMsgRestartTrackerAndDeskbar = 'Rstr';
static const uint32 kMsgSettingsChanged = 'SeCh';


#endif  /* LOCALE_PREFLET_H */