]> git.lyx.org Git - lyx.git/blobdiff - src/XFormsView.h
fix typo that put too many include paths for most people
[lyx.git] / src / XFormsView.h
index 885c86671f76d1e622d75470a30c696a6c29c27d..f96cc9d5e9f2d2eb6ef99006e631bd553cc4a8ac 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -49,11 +49,11 @@ public:
          window manager. */
        static int atCloseMainFormCB(FL_FORM *, void *);
 private:
-       ///
-       virtual void setWindowTitle(string const &);
+       /// pass the title, and the iconified title
+       virtual void setWindowTitle(string const &, string const &);
        /// makes the main form.
        void create_form_form_main(int width, int height);
-       /// A pointer to the form.      
+       /// A pointer to the form.
        FL_FORM * form_;
 };
 #endif