]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.cpp
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / Trans.cpp
index e4abbbf046e11c642e515ec7b0e06a2dbc14920b..1f2b3a8802de9e8c2e210a4b81068d7a78f40293 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Matthias Ettrich
  *
  * Full author contact details are available in file CREDITS.
@@ -21,7 +21,6 @@
 #include "LyXRC.h"
 #include "Text.h"
 
-#include "support/convert.h"
 #include "support/debug.h"
 #include "support/docstream.h"
 #include "support/FileName.h"
@@ -56,7 +55,7 @@ namespace lyx {
    |    cedilla       |    cedilla       |LFUN_ACCENT_CEDILLA      | cedilla
    |    underdot      |                  |LFUN_ACCENT_UNDERDOT     | underdot
    |    underbar      |                  |LFUN_ACCENT_UNDERBAR     | underbar
-   |    hácek         |    caron         |LFUN_ACCENT_CARON        | caron
+   |    hácek         |    caron         |LFUN_ACCENT_CARON        | caron
    |    breve         |    breve         |LFUN_ACCENT_BREVE        | breve
    |    tie           |                  |LFUN_ACCENT_TIE          | tie
    | Hungarian umlaut |    doubleacute   |LFUN_ACCENT_HUNGARIAN_UMLAUT  | hungarian umlaut
@@ -171,7 +170,7 @@ enum {
        KCOMB = 1,
        KMOD,
        KMAP,
-       KXMOD,
+       KXMOD
 };