summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatijs van Zuijlen <matijs@matijs.net>2018-06-07 08:49:59 +0000
committerMatijs van Zuijlen <matijs@matijs.net>2018-06-07 08:49:59 +0000
commit37ec227dc147acb05d13835f3f712992e97a660d (patch)
tree0b88481eb60adada171d54d4f61138e672b8d941
parentc3737ca3166dde984f0459540b9a01da7700d543 (diff)
downloadgtk+-37ec227dc147acb05d13835f3f712992e97a660d.tar.gz
Fix reference to user styles in gtkstyleprovider.h
-rw-r--r--gtk/gtkstyleprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h
index cbfd9df2a2..2223b1767d 100644
--- a/gtk/gtkstyleprovider.h
+++ b/gtk/gtkstyleprovider.h
@@ -79,7 +79,7 @@ G_BEGIN_DECLS
* GTK_STYLE_PROVIDER_PRIORITY_USER:
*
* The priority used for the style information from
- * `~/.gtk-3.0.css`.
+ * `XDG_CONFIG_HOME/gtk-3.0/gtk.css`.
*
* You should not use priorities higher than this, to
* give the user the last word.