mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Fix some double newlines
Just a couple that woud now print double (or several more) newlines. Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8594c39a0b
commit
94a0c7b42f
@@ -865,7 +865,7 @@ static void launchDockedApplication(WAppIcon * btn, Bool withSelection)
|
||||
dockIconPaint(btn);
|
||||
}
|
||||
} else {
|
||||
wwarning(_("could not launch application %s\n"), btn->command);
|
||||
wwarning(_("could not launch application %s"), btn->command);
|
||||
btn->launching = 0;
|
||||
if (!btn->relaunching) {
|
||||
btn->running = 0;
|
||||
|
||||
Reference in New Issue
Block a user