X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormMathsMatrix.h;h=a6631a5786a1233c8c4588af68dd4aa43598ca69;hb=06c830f488023d8ff5c22cccee22c4effc8f65c3;hp=b96103df3f05536c247af904c15c425722f517a4;hpb=5997291fc31b18f855340e2533e38c47ca924e18;p=lyx.git diff --git a/src/frontends/xforms/FormMathsMatrix.h b/src/frontends/xforms/FormMathsMatrix.h index b96103df3f..a6631a5786 100644 --- a/src/frontends/xforms/FormMathsMatrix.h +++ b/src/frontends/xforms/FormMathsMatrix.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file FormMathsMatrix.h * Copyright 2001 The LyX Team. @@ -31,7 +32,7 @@ public: int AlignFilter(char const *, int); private: - /// Build the popup + /// Build the dialog virtual void build(); /// input handler virtual bool input(FL_OBJECT *, long); @@ -41,7 +42,7 @@ private: /// Pointer to the actual instantiation of the xforms form virtual FL_FORM * form() const; - // build the popup + // build the form FD_form_maths_matrix * build_maths_matrix(); // Real GUI implementation