diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-03 16:20:00 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 16:58:53 -0500 |
commit | a479ee5de5c1c58d82657a30aa01f7c3b885f4cc (patch) | |
tree | b41731601996b8d7d1e15d77a6ea4b1e250fd4b8 /gtk/gtkfilechooser.c | |
parent | 0d0aadf901e88dd7a45ee550b22da55c30e15eff (diff) | |
download | gtk+-a479ee5de5c1c58d82657a30aa01f7c3b885f4cc.tar.gz |
docs: use markdown for <envar> tags
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 68aa4c4e18..00d0c0c569 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -63,7 +63,7 @@ * rules are applied if the URI contains non-ASCII characters. * However, filenames are always returned in * the character set specified by the - * <envar>G_FILENAME_ENCODING</envar> environment variable. + * `G_FILENAME_ENCODING` environment variable. * Please see the GLib documentation for more details about this * variable. * |