mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
77e706c441
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@638 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
167 B
C
14 lines
167 B
C
#include <config.h>
|
|
|
|
#ifdef __GNUG__
|
|
#pragma implementation
|
|
#endif
|
|
|
|
|
|
#include "insetlof.h"
|
|
|
|
string InsetLOF::getScreenLabel() const
|
|
{
|
|
return _("List of Figures");
|
|
}
|