From cd1212dbf4ecf71cc7568ed32527a612e14267a3 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 13:54:24 -0400 Subject: Minor rename in settings-shared.h before removing most of the settings (or the entire file). --- src/settings-shared.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/settings-shared.h b/src/settings-shared.h index da66205..a48821d 100644 --- a/src/settings-shared.h +++ b/src/settings-shared.h @@ -1,5 +1,5 @@ /* -An indicator to show date and time information. +An example indicator. Copyright 2010 Canonical Ltd. @@ -19,10 +19,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef __DATETIME_SETTINGS_SHARED_H__ -#define __DATETIME_SETTINGS_SHARED_H__ +#ifndef __EXAMPLE_SETTINGS_SHARED_H__ +#define __EXAMPLE_SETTINGS_SHARED_H__ -#define SETTINGS_INTERFACE "com.canonical.indicator.datetime" +#define SETTINGS_INTERFACE "com.example.indicator.example" #define SETTINGS_SHOW_CLOCK_S "show-clock" #define SETTINGS_TIME_FORMAT_S "time-format" #define SETTINGS_SHOW_SECONDS_S "show-seconds" -- cgit v1.2.3