]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/DialogBase.h
(John): translate dialog titles.
[lyx.git] / src / frontends / DialogBase.h
index 72d1a982f18568609b95286c458220b697f7e145..b6227f6613bf76fdf88e7cd454e7ba9ef6359da5 100644 (file)
@@ -3,12 +3,12 @@
  * Abstract base class of all dialogs.
  * Author: Allan Rae <rae@lyx.org>
  * 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.
  *
  *           This file Copyright 2000
  *           Allan Rae
@@ -26,7 +26,7 @@
     satisfy that request.  Thus a dialog will have to "pull" the necessary
     details from the core of the program.
  */
-class DialogBase : public SigC::Object, public boost::noncopyable
+class DialogBase : public SigC::Object, boost::noncopyable
 {
 public:
        /**@name Constructors and Deconstructors */