]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.C
get rid of LYX_LIBS
[lyx.git] / src / WorkArea.C
index 294174cd2db2f3ebf45699ed7dfcd0b2c318cadc..792bad1d7f66ec32d34e49bea74daf2e9e381c4c 100644 (file)
@@ -616,7 +616,7 @@ string const WorkArea::getClipboard() const
                        fl_XNextEvent(&ev);
                        lyxerr << "Received unhandled X11 event" << endl; 
                        lyxerr << "Type: 0x" << hex << ev.xany.type <<
-                               "Target: 0x" << hex << ev.xany.window << endl;
+                               " Target: 0x" << hex << ev.xany.window << endl;
                }
        }
        return clipboard_selection;