diff options
author | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-07-30 11:33:13 +0000 |
---|---|---|
committer | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-07-30 11:33:13 +0000 |
commit | 377175ad88c1e46cc0fc77623775a0f64ae8d897 (patch) | |
tree | 96b6ee82b20a6790f571873609a73827f53f2872 /shared-mime-info-spec.xml | |
parent | c3585ce9dbc1563251a32e90b4cf881f4032f585 (diff) | |
download | shared-mime-info-377175ad88c1e46cc0fc77623775a0f64ae8d897.tar.gz |
Case-insensitive -> lowercase.
Diffstat (limited to 'shared-mime-info-spec.xml')
-rw-r--r-- | shared-mime-info-spec.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml index 9e1bfb83..da0ec043 100644 --- a/shared-mime-info-spec.xml +++ b/shared-mime-info-spec.xml @@ -584,8 +584,9 @@ text/x-diff:*.patch ]]></programlisting> </para> <para> -Applications MUST first try a case-sensitive match, then a case-insensitive -one. This is so that <filename>main.C</filename> will be seen as a C++ file, +Applications MUST first try a case-sensitive match, then try again with the +filename converted to lower-case if that fails. +This is so that <filename>main.C</filename> will be seen as a C++ file, but <filename>IMAGE.GIF</filename> will still use the *.gif pattern. </para> <para> |