From 6349d0b4ca7ed8976db2075b47a80388dbc7adf3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 11 Nov 2021 22:39:59 +0100 Subject: [PATCH] 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. --- interface/wx/artprov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index 95df55859f..8f0c1ff0d7 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -224,7 +224,7 @@ const char* wxART_EDIT; #endif @endcode For a list of the GTK+ stock items please refer to the - GTK+ documentation + GTK+ documentation page. It is also possible to load icons from the current icon theme by specifying their name (without extension and directory components).