Update link to the GTK stock items list in the docs

Retarget the link to developer-old.gnome.org, as this documentation is
not available on the current GTK documentation site any longer.

Closes #19316.
This commit is contained in:
Vadim Zeitlin
2021-11-11 22:39:59 +01:00
parent cffd5db562
commit 6349d0b4ca

View File

@@ -224,7 +224,7 @@ const char* wxART_EDIT;
#endif
@endcode
For a list of the GTK+ stock items please refer to the
<a href="http://library.gnome.org/devel/gtk/stable/gtk-Stock-Items.html">GTK+ documentation
<a href="https://developer-old.gnome.org/gtk3/stable/gtk3-Stock-Items.html">GTK+ documentation
page</a>.
It is also possible to load icons from the current icon theme by specifying their name
(without extension and directory components).