summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/capplet/mate-notification-properties.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c
index dab07ae..3646789 100644
--- a/src/capplet/mate-notification-properties.c
+++ b/src/capplet/mate-notification-properties.c
@@ -232,7 +232,15 @@ static void notification_properties_dialog_setup_themes(NotificationAppletDialog
theme_name = get_theme_name(filename);
/* FIXME: other solution than hardcode? */
- if (g_str_equal(theme_name, "slider"))
+ if (g_str_equal(theme_name, "coco"))
+ {
+ theme_label = g_strdup(_("Coco"));
+ }
+ else if (g_str_equal(theme_name, "nodoka"))
+ {
+ theme_label = g_strdup(_("Nodoka"));
+ }
+ else if (g_str_equal(theme_name, "slider"))
{
theme_label = g_strdup(_("Slider"));
}