diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3d9a8b9..b45f92d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ indicator_power_service_CFLAGS = \ $(POWERSERVICE_CFLAGS) \ -Wall -Werror \ -DLOCALEDIR=\"$(localedir)\" \ - -DG_LOG_DOMAIN=\"Power-Me\" + -DG_LOG_DOMAIN=\"Indicator-Power\" indicator_power_service_LDADD = \ $(POWERSERVICE_LIBS) diff --git a/configure.ac b/configure.ac index 69c79f8..aedc871 100644 --- a/configure.ac +++ b/configure.ac @@ -152,7 +152,7 @@ AC_OUTPUT AC_MSG_NOTICE([ -Me Indicator Configuration: +Power Indicator Configuration: Prefix: $prefix GTK: $with_gtk |