]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.h
copy some code over to allow work to start on prefs
[lyx.git] / src / ToolbarDefaults.h
index 2f98e4f1b626768786385274622d10fac16d4d8d..fc5e003e5729fe2313bdf3be3dffb9efd0fa391c 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,14 +27,14 @@ class LyXLex;
 ///
 class ToolbarDefaults {
 public:
-        /// The special toolbar actions
+       /// The special toolbar actions
        enum  ItemType {
                /// adds space between buttons in the toolbar
-               SEPARATOR=-3,
+               SEPARATOR = -3,
                /// a special combox insead of a button
-               LAYOUTS=-2,
+               LAYOUTS = -2,
                /// begin a new line of button (not working)
-               NEWLINE=-1
+               NEWLINE = -1
        };
 
        ///
@@ -79,4 +79,3 @@ extern ToolbarDefaults toolbardefaults;
 
 
 #endif
-