diff options
| author | Krzysztof Kotlenga <pocek@users.sf.net> | 2009-06-08 00:35:49 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-07-05 21:17:01 +0200 |
| commit | ba1ac214dfdbc0539c922e84c2318c1bf2566c0c (patch) | |
| tree | 5ebb6f26472d5ade2740a9796f9fe4cea71b562f /openbox | |
| parent | b69ee77256dccee0764c07416fe9bc7db9e5a12d (diff) | |
Remove newline from startupnotify description
It doesn't look good in some places, e.g. WnckTasklist (gnome-panel)
[ Also update translations -- Mikael ]
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/startupnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
