summaryrefslogtreecommitdiff
path: root/documentation/editor.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/editor.dox')
-rw-r--r--documentation/editor.dox6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/editor.dox b/documentation/editor.dox
index 260c7a887..f6e37e759 100644
--- a/documentation/editor.dox
+++ b/documentation/editor.dox
@@ -150,8 +150,7 @@ custom window. To keep things simple we will have a
the "replace next " button is a
<TT>Fl_Return_Button</TT> widget:</P>
-<P ALIGN="CENTER"><IMG src="editor-replace.gif" ALT="The search and replace dialog."><BR>
-<I>Figure 4-1: The search and replace dialog.</I></P>
+\image html editor-replace.gif "Figure 4-1: The search and replace dialog"
<UL><PRE>
Fl_Window *replace_dlg = new Fl_Window(300, 105, &quot;Replace&quot;);
@@ -618,8 +617,7 @@ or <TT>c++</TT> on your system.
The final editor window should look like the image in Figure 4-2.
-<P ALIGN="CENTER"><IMG src="editor.gif" ALT="The completed editor window."><BR>
-<I>Figure 4-2: The completed editor window</I></P>
+\image html editor.gif "Figure 4-2: The completed editor window"
<H2>Advanced Features</H2>