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