diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 22:23:39 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 22:23:39 +0000 |
commit | f8325d26b0f0eea8cf22f0d3a8127d39e3c93b71 (patch) | |
tree | 0b0e4fb84ea18df95cd5a259136ce1b54b67626e | |
parent | aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b (diff) | |
download | xine-lib-f8325d26b0f0eea8cf22f0d3a8127d39e3c93b71.tar.gz xine-lib-f8325d26b0f0eea8cf22f0d3a8127d39e3c93b71.tar.bz2 |
Correct a config file key name.
-rw-r--r-- | doc/faq/faq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 69770003c..5a713e306 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1701,7 +1701,7 @@ <para> Looks like some colours on your GUI match the colour key which Xv uses. You can change the colour key value to avoid this. There should be a line like: - <programlisting> video.XV_COLORKEY:2110</programlisting> + <programlisting> video.device.xv_colorkey:2110</programlisting> in your <filename>~/.xine/config</filename> file where you can change the colour that's used by xine for the video overlay. </para> |