git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2877 a95241bf-73f2-0310-859d-f6bbb57e9c96
31 lines
533 B
C
31 lines
533 B
C
/*
|
|
|
|
TimeMessages.h
|
|
|
|
*/
|
|
|
|
#ifndef TIME_MESSAGES_H
|
|
#define TIME_MESSAGES_H
|
|
|
|
const uint32 BUTTON_DEFAULTS = 'BTde';
|
|
const uint32 BUTTON_REVERT = 'BTre';
|
|
const uint32 SLIDER_REPEAT_RATE = 'SLrr';
|
|
const uint32 SLIDER_DELAY_RATE = 'SLdr';
|
|
|
|
const uint32 ERROR_DETECTED = 'ERor';
|
|
|
|
//Timezonemessages
|
|
const uint32 REGION_CHANGED ='REch';
|
|
const uint32 TIME_ZONE_CHANGED ='TZch';
|
|
|
|
//SetButton
|
|
const uint32 SET_TIME_ZONE ='SEti';
|
|
|
|
//local and GMT settings
|
|
const uint32 RTC_SETTINGS ='RTse';
|
|
|
|
#endif //TIME_MESSAGES_H
|
|
|
|
|
|
|