]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
code cosmetics to the iterator fix
[lyx.git] / src / intl.C
index 5353084edb7ed0c0910ceaa7966714418b270094..ce237ed1a2eb1f1e25607233b662f335353e3ccc 100644 (file)
@@ -1,29 +1,22 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file intl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *     
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
+ * \author unknown
+ * \author Lars Gullik Bjønnes
+ * \author Angus Leeming
+ * \author John Levon
  *
- * ====================================================== */
-
-/*
- *     International support for LyX
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "intl.h"
 #include "debug.h"
 #include "lyxrc.h"
 
-#include "support/lstrings.h"
-#include "language.h"
 
 using std::endl;
 
@@ -55,7 +48,7 @@ void Intl::ToggleKeyMap()
                KeyMapSec();
        } else if (keymapon) {
                KeyMapOn(false);
-       } else  
+       } else
                KeyMapPrim();
 }