X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;fp=openbox%2Fstartupnotify.c;h=aa6db7e6ce29f01c11a60a131f27f29814956863;hb=308478e4a5f4dc76d69395dda8a9bc42cb69eec4;hp=3e8799f8dd9ea7f4a9bc4b0e5d6fda66cdca2e3e;hpb=3f72b9d67f21781e513a9c058e8624b8b86b92ea;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 3e8799f8..aa6db7e6 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -239,7 +239,7 @@ void sn_setup_spawn_environment(const gchar *program, const gchar *name, gchar *desc; const char *id; - desc = g_strdup_printf(_("Running %s\n"), program); + desc = g_strdup_printf(_("Running %s"), program); if (sn_launcher_context_get_initiated(sn_launcher)) { sn_launcher_context_unref(sn_launcher);