]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
fix typo that put too many include paths for most people
[lyx.git] / src / main.C
index 5b4fbc6424bc89a3ac2b17d71bd84b99e67049bf..cd9680818c2b0ebd3d787b32c59af8034ea33163 100644 (file)
@@ -1,10 +1,10 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -30,10 +30,10 @@ int main(int argc, char * argv[])
        string lyx_localedir = GetEnvPath("LYX_LOCALEDIR");
        if (lyx_localedir.empty())
                lyx_localedir = LOCALEDIR;
-       
+
        // initialize for internationalized version *EK*
-       locale_init(); 
-       gettext_init(lyx_localedir); 
+       locale_init();
+       gettext_init(lyx_localedir);
 
        LyX lyx(&argc, argv);
        return 0; // SUCCESS