diff options
author | Matijs van Zuijlen <matijs@matijs.net> | 2018-06-07 08:54:23 +0000 |
---|---|---|
committer | Matijs van Zuijlen <matijs@matijs.net> | 2018-06-07 08:54:23 +0000 |
commit | 932e5ea34ee363099115ce5d2952dc3531bcd39a (patch) | |
tree | 0ed3d6672c9507e293a4d5dcd09b88e81a6645ea /gtk/gtkstyleprovider.h | |
parent | d2d4ea6f0a24a9827cd19168c7a3fbcd0eefead6 (diff) | |
download | gtk+-932e5ea34ee363099115ce5d2952dc3531bcd39a.tar.gz |
Fix reference to user styles in gtkstyleprovider.h
Diffstat (limited to 'gtk/gtkstyleprovider.h')
-rw-r--r-- | gtk/gtkstyleprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h index 5e36d0c1f0..a0da759bd2 100644 --- a/gtk/gtkstyleprovider.h +++ b/gtk/gtkstyleprovider.h @@ -76,7 +76,7 @@ G_BEGIN_DECLS * GTK_STYLE_PROVIDER_PRIORITY_USER: * * The priority used for the style information from - * `~/.gtk-4.0.css`. + * `$XDG_CONFIG_HOME/gtk-4.0/gtk.css`. * * You should not use priorities higher than this, to * give the user the last word. |