]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.h
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / ToolbarDefaults.h
index 00f3c9182a10e9874862d9fa88301a7f9591ac3a..a3ffb4de2d9555ddeca8c95b0f2db8e0ee3a7f4d 100644 (file)
@@ -1,11 +1,11 @@
 // -*- C++ -*-
 /* 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.
  *
  *
  * ====================================================== */
@@ -27,7 +27,7 @@ class LyXLex;
 ///
 class ToolbarDefaults {
 public:
-        /// The special toolbar actions
+       /// The special toolbar actions
        enum  ItemType {
                /// adds space between buttons in the toolbar
                SEPARATOR=-3,
@@ -74,9 +74,8 @@ private:
        Defaults defaults;
 };
 
-//The global instance
+//The global instance
 extern ToolbarDefaults toolbardefaults;
 
 
 #endif
-