X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=aa6db7e6ce29f01c11a60a131f27f29814956863;hb=3bd4397b6ec5212bfe53a36892746962dc45dbeb;hp=3e8799f8dd9ea7f4a9bc4b0e5d6fda66cdca2e3e;hpb=97de73776708d7c75b42c8fcf33342541d721c83;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);