]> git.lyx.org Git - lyx.git/blob - src/insets/insetlof.C
36b488d3398445af724fe2a30d40785496b48a8f
[lyx.git] / src / insets / insetlof.C
1 #include <config.h>
2
3 #ifdef __GNUG__
4 #pragma implementation
5 #endif
6
7
8 #include "insetlof.h"
9
10 string InsetLOF::getScreenLabel() const 
11 {
12         return _("List of Figures");
13 }