lyx_mirror/src/insets/insetlof.C

14 lines
167 B
C++
Raw Normal View History

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