git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25949 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-29 00:36:07 +00:00
parent 5209aad8de
commit 716626c736

View File

@ -102,7 +102,7 @@ bool GuiSelection::empty() const
if (!selection_supported_)
return true;
LYXERR(Debug::SELECTION, "GuiSelection::filled: " << text_selection_empty_);
LYXERR(Debug::SELECTION, "GuiSelection::filled: " << !text_selection_empty_);
return text_selection_empty_;
}