]> git.lyx.org Git - lyx.git/blobdiff - src/intl.C
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / intl.C
index 5353084edb7ed0c0910ceaa7966714418b270094..0f65aead5c6b96767f93d163f413cfa772ef76aa 100644 (file)
@@ -1,15 +1,10 @@
-/* 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>
@@ -55,7 +50,7 @@ void Intl::ToggleKeyMap()
                KeyMapSec();
        } else if (keymapon) {
                KeyMapOn(false);
-       } else  
+       } else
                KeyMapPrim();
 }