diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 13:05:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 13:05:58 -0600 |
commit | 3a611344dbc96d8a031be519e99715e389d09f05 (patch) | |
tree | 40f33b10df525afec8f2d95ed6739d0539730117 /src/dbus-shared.h | |
parent | 620668fcbe9b41609f37021fbd8f43beee7ab7eb (diff) | |
parent | b72c7d76cbb91b353c3373f377bbc4ffc46898bd (diff) | |
download | ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.gz ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.bz2 ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.zip |
Import upstream version 0.1.94
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index d13cb32..bad8354 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -35,6 +35,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define APPOINTMENT_MENUITEM_PROP_RIGHT "appointment-time" #define TIMEZONE_MENUITEM_TYPE "timezone-item" -#define TIMEZONE_MENUITEM_PROP_LABEL "timezone-label" +#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone" #define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio" -#define TIMEZONE_MENUITEM_PROP_RIGHT "timezone-time" |