]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
* src/LaTeX.C: beautification: use identical user messages
[lyx.git] / src / bufferlist.C
index a534ecfc135633543c5b2e95a25813d4f3cc4bcd..fe6516fa4be836f54552ca53e9110a4d4d340f9b 100644 (file)
@@ -135,7 +135,7 @@ bool BufferList::quitWriteAll()
                // if master/slave are both open, do not save slave since it
                // will be automatically loaded when the master is loaded
                if ((*it)->getMasterBuffer() == (*it))
-                       LyX::ref().session().LastOpened().add((*it)->fileName());
+                       LyX::ref().session().lastOpened().add((*it)->fileName());
        }
 
        return true;