summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Tree.H2
-rw-r--r--documentation/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H
index a988041c5..9b28abb2a 100644
--- a/FL/Fl_Tree.H
+++ b/FL/Fl_Tree.H
@@ -115,7 +115,7 @@
/// when() controls when mouse/keyboard events invoke the callback.
/// callback_item() and callback_reason() can be used to determine the cause of the callback.
///
-/// \image html tree-elements.gif
+/// \image html tree-elements.png
/// \image latex tree-elements.eps "Fl_Tree dimensions" width=6cm
///
diff --git a/documentation/Makefile b/documentation/Makefile
index b3316506f..ee54c8fb7 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -118,7 +118,7 @@ IMAGEFILES = \
$(SRC_DOCDIR)/table-simple.gif \
$(SRC_DOCDIR)/tabs.gif \
$(SRC_DOCDIR)/text.gif \
- $(SRC_DOCDIR)/tree-elements.gif \
+ $(SRC_DOCDIR)/tree-elements.png \
$(SRC_DOCDIR)/valuators.gif \
$(SRC_DOCDIR)/value_slider.gif