X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fcombox.h;h=abdbcda638be2e2dd725626087a48eebeb02d099;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=701de2895a160ef99392f5fabcf800e730f66d65;hpb=2480466ba085d31cd4fd002a93a03600d771bf43;p=lyx.git diff --git a/src/frontends/xforms/combox.h b/src/frontends/xforms/combox.h index 701de2895a..abdbcda638 100644 --- a/src/frontends/xforms/combox.h +++ b/src/frontends/xforms/combox.h @@ -42,9 +42,9 @@ typedef enum { /** A function to create a combox widget. * \param type is, as yet, unused. there is only one type of combox. * \param x the x coordinate of the upper left hand corner of the widget, - * relative to the parent form'd origin. + * relative to the parent form's origin. * \param y the y coordinate of the upper left hand corner of the widget, - * relative to the parent form'd origin. + * relative to the parent form's origin. * \param w the widget's width * \param h the widget's height * \param label the widget's label as it appears on the GUI. @@ -114,4 +114,4 @@ fl_hide_combox_browser(FL_OBJECT * ob); } #endif -#endif /* not FL_COMBOX_H */ +#endif /* NOT FL_COMBOX_H */