]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
make a CURSOR update if we inserted a character (fix #312).
[lyx.git] / src / intl.C
index 5353084edb7ed0c0910ceaa7966714418b270094..6eac587bc6ab7620b68bfed37fb66a22f79dd1a5 100644 (file)
@@ -2,7 +2,7 @@
  * ======================================================
  *
  *           LyX, The Document Processor
- *     
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -55,7 +55,7 @@ void Intl::ToggleKeyMap()
                KeyMapSec();
        } else if (keymapon) {
                KeyMapOn(false);
-       } else  
+       } else
                KeyMapPrim();
 }