diff options
Diffstat (limited to 'src/capplet/mate-notification-properties.c')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index 006fdf2..dab07ae 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -322,7 +322,7 @@ static void notification_properties_dialog_preview(NotificationAppletDialog* dia dialog->preview = NULL; } - dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "mate-util", NULL); + dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "dialog-information", NULL); if (!notify_notification_show(dialog->preview, &error)) { |