lyx_mirror/src/insets/insetlof.C
Lars Gullik Bjønnes 77e706c441 fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@638 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-04 00:19:15 +00:00

14 lines
167 B
C

#include <config.h>
#ifdef __GNUG__
#pragma implementation
#endif
#include "insetlof.h"
string InsetLOF::getScreenLabel() const
{
return _("List of Figures");
}