summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 17:53:39 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 18:57:40 -0500
commitec3c6484e0ec54308644e33907a83a91b1a22668 (patch)
treeb3a1ac804ac925eb5c4555ecbb405b242b2bacc4 /docs
parent1d756d561ba3e186400e3c5ab4ae2fee6a9b8244 (diff)
downloadgtk+-ec3c6484e0ec54308644e33907a83a91b1a22668.tar.gz
docs: don't link to removed types
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-GtkStyleContext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-GtkStyleContext.xml b/docs/reference/gtk/migrating-GtkStyleContext.xml
index 50a1b77d7f..55e8e0b62c 100644
--- a/docs/reference/gtk/migrating-GtkStyleContext.xml
+++ b/docs/reference/gtk/migrating-GtkStyleContext.xml
@@ -162,7 +162,7 @@
<title>Extending the CSS parser</title>
<para>
- In #GtkStyle<!-- -->-based engines, #GtkRCStyle provided ways to extend the
+ In #GtkStyle<!-- -->-based engines, GtkRCStyle provided ways to extend the
gtkrc parser with engine-specific extensions. This has been replaced
by gtk_theming_engine_register_property(), which lets a theme engine
register new properties with an arbitrary type. While there is built-in