On 02.04.2010, at 17:29, [email protected] wrote: > Modified: branches/branch-3.0/README.123.wrapper > =================================================================== > --- branches/branch-3.0/README.123.wrapper 2010-04-02 12:38:57 UTC (rev > 7408) > +++ branches/branch-3.0/README.123.wrapper 2010-04-02 15:29:42 UTC (rev > 7409) > @@ -4,15 +4,15 @@ > > This is a short description on how to convert a former FLTK1 header into the > FLTK3 equivalent: > > -- find the new class name and rename the file (note cpital .H vs. lower case > .h): > +- find the new class name and rename the file (note capital .H to lower case > .h): > svn mv fltk3/Fl_Widget.H fltk3/Widget.h > - update the Copyright year > - make all initial #ifdef unique (Fl_Widget_H become Fltk3_Widget_H) > -- rename all occurences of the class name in the header (Fl_Widget becomes > Widget) > +- rename all occurrences of the class name in the header (Fl_Widget becomes > Widget) > - rename all include file references in fltk3/ and src/ (Fl_Widget.H becomes > Widget.h) > - rename all class references in fltk3/ and src/ (Fl_Widget becomes > fltk3::Widget) > - rename other types (enums) that may be hiding in this file (Fl_When becomes > fltk3::When) > -- wrap all cahnges in "namespace fltk3 {" and "} // namespace fltk3" > +- wrap all changes in "namespace fltk3 {" and "} // namespace fltk3" > - compile and fix bugs
Thanks for fixing my horrible English spelling! _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
