]> git.lyx.org Git - lyx.git/commit
Fix bug 2393 (from Dov Feldstern)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Nov 2006 09:03:30 +0000 (09:03 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 17 Nov 2006 09:03:30 +0000 (09:03 +0000)
commit1c3755244f4d1ad0dadfca32e0cca95c48a889f5
tree0636f7a11e85fc84fe16bae0e1511e150cde8c2f
parent8b9ccb51bfcf060a2b937a7b90529ea545034fac
Fix bug 2393 (from Dov Feldstern)
* src/lyxtext.h
* src/text.C
(LyXText::charsTranspose): New method for transposing characters

* src/text.C
(LyXText::dispatch): Call charsTranspose for LFUN_CHARS_TRANSPOSE

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15951 a592a061-630c-0410-9148-cb99ea01b6c8
src/lyxtext.h
src/text.C
src/text3.C