unbreak font panel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-29 22:03:59 +00:00
parent 670b7eda34
commit 41f6e7ee54
2 changed files with 3 additions and 2 deletions

View File

@ -660,8 +660,7 @@ std::string Font::toString(bool const toggle) const
lang = language()->lang();
ostringstream os;
os << "font: " << '\n'
<< "family " << bits_.family() << '\n'
os << "family " << bits_.family() << '\n'
<< "series " << bits_.series() << '\n'
<< "shape " << bits_.shape() << '\n'
<< "size " << bits_.size() << '\n'

View File

@ -1415,6 +1415,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
toggleall = toggle;
toggleAndShow(cur, this, freefont, toggleall);
cur.message(_("Character set"));
} else {
lyxerr << "Argument not ok";
}
break;
}