]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySymFactory.h
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / LyXKeySymFactory.h
index 97d78854cc8205033064dd4a3295e7fd3093243a..50acd50832d22776cca1f0b1610af2b26765ab78 100644 (file)
@@ -1,6 +1,7 @@
 /**
  * \file LyXKeySymFactory.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Asger & Juergen
  *
@@ -14,7 +15,7 @@ class LyXKeySym;
 
 namespace LyXKeySymFactory {
        /**
-        * Make a LyXKeySym. Used because we want to 
+        * Make a LyXKeySym. Used because we want to
         * generate a toolkit-specific instance.
         */
        LyXKeySym * create();