]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / startupnotify.c
index 3e8799f8dd9ea7f4a9bc4b0e5d6fda66cdca2e3e..aa6db7e6ce29f01c11a60a131f27f29814956863 100644 (file)
@@ -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);
This page took 0.020808 seconds and 4 git commands to generate.