diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings-shared.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>. */ -#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" |