diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile
index 020577f20a..87728c3066 100644
--- a/docs/doxygen/Doxyfile
+++ b/docs/doxygen/Doxyfile
@@ -93,7 +93,7 @@ ALIASES += endFlagTable="\n"
# that look different in different ports. genericAppearance can be used for the
# controls that always look the same.
ALIASES += appearance{1}="\htmlonly
Appearance:\endhtmlonly\n\image html appear-\1-msw.png \"wxMSW Appearance\"\n\htmlonly | \endhtmlonly\n\image html appear-\1-gtk.png \"wxGTK Appearance\"\n\htmlonly | \endhtmlonly\n\image html appear-\1-mac.png \"wxOSX Appearance\"\n\htmlonly |
\endhtmlonly"
-ALIASES += genericAppearance{1}="\htmlonlyAppearance:\endhtmlonly\n\image html generic/\1 \"Generic Appearance\"\n\htmlonly |
\endhtmlonly"
+ALIASES += genericAppearance{1}="\htmlonlyAppearance:\endhtmlonly\n\image html generic/\1.png \"Generic Appearance\"\n\htmlonly |
\endhtmlonly"
# aliases for the creation of "named member groups"
# USAGE: the first argument must not contain spaces and be a unique identifier
diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h
index 513b850f92..747d63e07c 100644
--- a/interface/wx/aui/auibook.h
+++ b/interface/wx/aui/auibook.h
@@ -653,7 +653,7 @@ public:
@see wxAuiTabArt
- @genericAppearance{auidefaulttabart.png}
+ @genericAppearance{auidefaulttabart}
@library{wxaui}
@category{aui}
@@ -756,7 +756,7 @@ protected:
completely new tab art class. It can also be used as alternative to
wxAuiDefaultTabArt.
- @genericAppearance{auisimpletabart.png}
+ @genericAppearance{auisimpletabart}
@library{wxaui}
@category{aui}
diff --git a/interface/wx/bannerwindow.h b/interface/wx/bannerwindow.h
index ad50e6b78c..924d422070 100644
--- a/interface/wx/bannerwindow.h
+++ b/interface/wx/bannerwindow.h
@@ -44,7 +44,7 @@
@library{wxadv}
@category{miscwnd}
- @genericAppearance{bannerwindow.png}
+ @genericAppearance{bannerwindow}
@since 2.9.3
*/