]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
layout file converter for layout files in old format
[lyx.git] / src / toc.h
index 9c83b32b7742499b4e04bea214d642dbf05ec9ae..f0f2f80262b22f7a81a227f8687ee8fc3991408d 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -65,6 +65,10 @@ void asciiTocList(std::string const &, Buffer const &, std::ostream &);
     by ControlToc::getContents() */
 std::string const getType(std::string const & cmdName);
 
+/** Returns the guiname from a given @c type
+    The localization of the names will be done in the frontends */
+std::string const getGuiName(std::string const & type, Buffer const &);
+
 inline
 bool operator==(TocItem const & a, TocItem const & b)
 {