diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:12:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 11:13:11 -0500 |
commit | f116f0071e3a0f03c973532bceee30b3221e5b3f (patch) | |
tree | 59345de684a4d0d2b96d34aa9caa49243f895c7d /gtk/gtkicontheme.c | |
parent | 98a67d969732841e185cc116529e1dc74fffbf3b (diff) | |
download | gtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz |
docs: use links instead of <xref>
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index a89683cdf8..08d3aba862 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -76,12 +76,12 @@ * their icons, but more additional application themes can be * installed as operating system vendors and users choose. * - * Named icons are similar to the <xref linkend="gtk3-Themeable-Stock-Images"/> - * facility, and the distinction between the two may be a bit confusing. + * Named icons are similar to the deprecated [Stock Items][gtkstock], + * and the distinction between the two may be a bit confusing. * A few things to keep in mind: * * - Stock images usually are used in conjunction with - * <xref linkend="gtk3-Stock-Items"/>, such as %GTK_STOCK_OK or + * [Stock Items][gtkstock], such as %GTK_STOCK_OK or * %GTK_STOCK_OPEN. Named icons are easier to set up and therefore * are more useful for new icons that an application wants to * add, such as application icons or window icons. |