From d7af409f426fba1790149499dd26614b137a771a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 13 Jan 2021 22:05:36 +0100 Subject: Remove "Figure x.y: " from html image captions ... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues. --- documentation/src/editor.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src/editor.dox') diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox index 91123fc2c..9454adc4e 100644 --- a/documentation/src/editor.dox +++ b/documentation/src/editor.dox @@ -143,7 +143,7 @@ Fl_Input widgets, the "replace all" and the "replace next " button is a Fl_Return_Button widget: -\image html editor-replace.png "Figure 7.1: The search and replace dialog" +\image html editor-replace.png "The search and replace dialog" \image latex editor-replace.png "The search and replace dialog" width=10cm \code @@ -604,9 +604,9 @@ Congratulations, you've just built your own text editor! \section editor_final_product The Final Product -The final editor window should look like the image in Figure 7.2. +The final editor window should look like this: -\image html editor.png "Figure 7.2: The completed editor window" +\image html editor.png "The completed editor window" \image latex editor.png "The completed editor window" width=12cm \section editor_advanced_features Advanced Features -- cgit v1.2.3