]> git.lyx.org Git - features.git/commitdiff
ws changes
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 26 Mar 2003 15:55:52 +0000 (15:55 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 26 Mar 2003 15:55:52 +0000 (15:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6588 a592a061-630c-0410-9148-cb99ea01b6c8

po/POTFILES.in
src/BufferView_pimpl.C
src/lyxfunc.C

index 083b4939ad8b2aa3baa962c6685b7a6f19aa1b5b..cdd146cd23732a7a4393c5813be316e1347cbf56 100644 (file)
@@ -29,7 +29,7 @@ src/frontends/controllers/helper_funcs.C
 src/frontends/gnome/GLog.C
 src/frontends/LyXView.C
 src/frontends/qt2/Alert_pimpl.C
-src/frontends/qt2/Dialogs3.C
+src/frontends/qt2/Dialogs.C
 src/frontends/qt2/FileDialog.C
 src/frontends/qt2/lengthcombo.C
 src/frontends/qt2/QAbout.C
@@ -79,7 +79,7 @@ src/frontends/qt2/QWrap.C
 src/frontends/xforms/Alert_pimpl.C
 src/frontends/xforms/ColorHandler.C
 src/frontends/xforms/combox.C
-src/frontends/xforms/Dialogs3.C
+src/frontends/xforms/Dialogs.C
 src/frontends/xforms/FileDialog.C
 src/frontends/xforms/FormAboutlyx.C
 src/frontends/xforms/FormBase.C
index 0789f2ddf1d016572fd81f25a4909f62d4bf59a2..70c4e9e948639877b351a3491e3c5fb39eaa2a65 100644 (file)
@@ -380,7 +380,7 @@ void BufferView::Pimpl::scrollDocView(int value)
        else if (vbt->cursor.y() > last)
                vbt->setCursorFromCoordinates(0, last);
 
-       owner_->updateLayoutChoice();
+       owner_->updateLayoutChoice();
 }
 
 
index ae1fa6e2e5acb4f072b86b91b3946dccd48ddea4..34e54fc295dc63b376f16064f76878b8a90aad97 100644 (file)
@@ -1583,7 +1583,7 @@ exit_with_message:
 
        if (view()->available()) {
                view()->fitCursor();
-       
+
                // If we executed a mutating lfun, mark the buffer as dirty
                if (!lyxaction.funcHasFlag(ev.action, LyXAction::NoBuffer)
                    && !lyxaction.funcHasFlag(ev.action, LyXAction::ReadOnly))