\n at end of stderr error message
svn path=/trunk/kdebase/kwin/; revision=86598
This commit is contained in:
parent
d6b5bc931a
commit
84e023711c
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -63,7 +63,7 @@ int x11ErrorHandler(Display *d, XErrorEvent *e){
|
|||
|| e->request_code == X_GrabKey
|
||||
)
|
||||
&& (e->error_code == BadAccess)) {
|
||||
fprintf(stderr, i18n("kwin: it looks like there's already a window manager running. kwin not started").local8Bit());
|
||||
fprintf(stderr, i18n("kwin: it looks like there's already a window manager running. kwin not started.\n").local8Bit());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue