]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
fix compilation bug
[lyx.git] / src / intl.C
index 5353084edb7ed0c0910ceaa7966714418b270094..19978862ecfd46a7dd41f57ae89814ba2b8666c3 100644 (file)
@@ -1,23 +1,14 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file intl.C
+ * Copyright 1995-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *     
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
-
-/*
- *     International support for LyX
+ * \author unknown
+ * \author John Levon <moz@compsoc.man.ac.uk>
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "intl.h"
 #include "debug.h"
 #include "lyxrc.h"
@@ -55,7 +46,7 @@ void Intl::ToggleKeyMap()
                KeyMapSec();
        } else if (keymapon) {
                KeyMapOn(false);
-       } else  
+       } else
                KeyMapPrim();
 }