]> git.lyx.org Git - lyx.git/blobdiff - src/Format.cpp
Remove exclamation mark from "String not found!"
[lyx.git] / src / Format.cpp
index 8872fb1ddee532a73ea209b9b186012587edae50..8e31a1e96bded7db0958f57b71a275a3b37a3f97 100644 (file)
@@ -115,6 +115,10 @@ private:
 
 } //namespace anon
 
+bool Format::formatSorter(Format const * lhs, Format const * rhs)
+{
+       return _(lhs->prettyname()) < _(rhs->prettyname());
+}
 
 bool operator<(Format const & a, Format const & b)
 {