Support for list of Algorithms

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22955 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-12 08:58:32 +00:00
parent 2f54e2b75f
commit 5c3f36a25e

View File

@ -147,6 +147,8 @@ bool GuiToc::initialiseParams(string const & data)
new_type = "figure";
else if (str.contains("table"))
new_type = "table";
else if (str.contains("algorithm"))
new_type = "algorithm";
}
types_.clear();