aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-notifications.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c
index b9a123d..0655445 100644
--- a/src/indicator-notifications.c
+++ b/src/indicator-notifications.c
@@ -141,6 +141,10 @@ indicator_notifications_class_init(IndicatorNotificationsClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ setlocale(LC_ALL, "");
+ bindtextdomain( GETTEXT_PACKAGE, LOCALEDIR );
+ textdomain( GETTEXT_PACKAGE );
+
g_type_class_add_private(klass, sizeof(IndicatorNotificationsPrivate));
object_class->dispose = indicator_notifications_dispose;