X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FXFormsView.h;h=f96cc9d5e9f2d2eb6ef99006e631bd553cc4a8ac;hb=98c966c64594611e469313314abd1e59524adb4a;hp=e3b052be77f9f58436d0308efdf87e9d621c528e;hpb=ce2ec24b67d997baf0a66f71e3589388652416a6;p=lyx.git diff --git a/src/XFormsView.h b/src/XFormsView.h index e3b052be77..f96cc9d5e9 100644 --- a/src/XFormsView.h +++ b/src/XFormsView.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -53,7 +53,7 @@ private: 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