]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / lastfiles.h
index e053af70591fec723bb3157bf20fbbdcf7afced7..efe657e7854ef8ddeb9f5cac4d45dea35afbeebd 100644 (file)
 #include <deque>
 #include <string>
 
+const long maxlastfiles = 20;
 
 /** The latest documents loaded.
-    This class takes care of the last .lyx files used by the LyX user. It
-    both reads and writes this information to a file. The number of files
-    kept are user defined, but defaults to four.
-    @author Lars Gullik Bjønnes
-*/
+ *  This class takes care of the last .lyx files used by the LyX user. It
+ *  both reads and writes this information to a file. The number of files
+ *  kept are user defined, but defaults to four.
+ */
 class LastFiles : boost::noncopyable {
 public:
        ///