From ba1ac214dfdbc0539c922e84c2318c1bf2566c0c Mon Sep 17 00:00:00 2001 From: Krzysztof Kotlenga Date: Mon, 8 Jun 2009 00:35:49 +0200 Subject: Remove newline from startupnotify description It doesn't look good in some places, e.g. WnckTasklist (gnome-panel) [ Also update translations -- Mikael ] --- openbox/startupnotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/startupnotify.c') diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index e13aa55c..47c95da1 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -240,7 +240,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); -- cgit v1.2.3