diff --git a/src/engine/client/notifications.cpp b/src/engine/client/notifications.cpp index ec0934b5a..4a4a8c245 100644 --- a/src/engine/client/notifications.cpp +++ b/src/engine/client/notifications.cpp @@ -16,7 +16,7 @@ void NotificationsUninit() } void NotificationsNotify(const char *pTitle, const char *pMessage) { - NotifyNotification *pNotif = notify_notification_new(pTitle, pMessage, NULL); + NotifyNotification *pNotif = notify_notification_new(pTitle, pMessage, "ddnet"); notify_notification_show(pNotif, NULL); g_object_unref(G_OBJECT(pNotif)); }