]> git.lyx.org Git - features.git/commitdiff
* src/lyxrc.C: Fix typo in LyXRC::write
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Apr 2006 16:49:19 +0000 (16:49 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 22 Apr 2006 16:49:19 +0000 (16:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13712 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxrc.C

index d1276ba94cb1eb95687333c089ddf0f8ddbff4e6..e617f7d9aeb6104fb38a63a696d5b549977e9dd5 100644 (file)
@@ -1795,7 +1795,7 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc) const
        case RC_USELASTFILEPOS:
                if (ignore_system_lyxrc ||
                    use_lastfilepos != system_lyxrc.use_lastfilepos) {
-                       os << "\\use_session " << convert<string>(use_lastfilepos)
+                       os << "\\use_lastfilepos " << convert<string>(use_lastfilepos)
                           << '\n';
                }
        case RC_LOADSESSION: