diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-05-25 11:59:48 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-05-25 11:59:48 +0200 |
| commit | fce49232120353910bd4408793047b3a44b25b15 (patch) | |
| tree | 3f655e06b1dc36bc37862a029a5b666b4d45cea9 | |
| parent | 0d3a37439625e60cf247228412007fabd04ad289 (diff) | |
| parent | f711bb7cfc27eaf59bfa486f3eef56b964134997 (diff) | |
Merge remote-tracking branch 'origin/master'
| -rw-r--r-- | FL/Fl_File_Input.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 859652284..23de89b68 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -76,8 +76,8 @@ public: Returns \p FL_RED since FLTK 1.4.0 (default in 1.3.x). Retained for backwards compatibility. - \deprecated Will be removed in FLTK 1.4.2 or higher. - \todo Remove Fl_File_Input::errorcolor() in FLTK 1.4.2 or higher. + \deprecated Will be removed in FLTK 1.5.0 or higher. + \todo Remove Fl_File_Input::errorcolor() in FLTK 1.5.0 or higher. */ Fl_Color errorcolor() const { return FL_RED; } @@ -86,8 +86,8 @@ public: Does nothing since FLTK 1.4.0. Retained for backwards compatibility. - \deprecated Will be removed in FLTK 1.4.2 or higher. - \todo Remove Fl_File_Input::errorcolor(Fl_Color) in FLTK 1.4.2 or higher. + \deprecated Will be removed in FLTK 1.5.0 or higher. + \todo Remove Fl_File_Input::errorcolor(Fl_Color) in FLTK 1.5.0 or higher. */ void errorcolor(Fl_Color c) {} |
