X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FToolbarDefaults.h;h=fc5e003e5729fe2313bdf3be3dffb9efd0fa391c;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=00f3c9182a10e9874862d9fa88301a7f9591ac3a;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.git diff --git a/src/ToolbarDefaults.h b/src/ToolbarDefaults.h index 00f3c9182a..fc5e003e57 100644 --- a/src/ToolbarDefaults.h +++ b/src/ToolbarDefaults.h @@ -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 }; /// @@ -74,9 +74,8 @@ private: Defaults defaults; }; -//The global instance +/// The global instance extern ToolbarDefaults toolbardefaults; #endif -