diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-19 20:06:57 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-19 20:06:57 +0000 |
commit | e28405ebd084680bbe9f1f40bf1eb0aff3084784 (patch) | |
tree | 99e8dbb4b0beda39191e55a0e659f11f8decc0c1 | |
parent | ec42d28982b1fd5108c2c5385003d3a02835cd83 (diff) | |
download | xdg-specs-e28405ebd084680bbe9f1f40bf1eb0aff3084784.tar.xz |
Remove "regexp" type, it is no longer used in the spec.
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index db6bd31..db682d5 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -159,7 +159,7 @@ <title>Possible value types</title> <para> The value types recognized are <literal>string</literal>, - <literal>localestring</literal>, <literal>regexp</literal>, + <literal>localestring</literal>, <literal>boolean</literal>, and <literal>numeric</literal>. </para> @@ -1047,8 +1047,8 @@ X-KDE-ServiceType=FooService</programlisting> </listitem> <listitem> <para> - The <literal>FilePattern</literal> key is deprecated. It is of type - <literal>regexp(s)</literal>. The value is a list of regular + The <literal>FilePattern</literal> key is deprecated. + The value is a list of regular expressions to match against for a file manager to determine if this entry's icon should be displayed. Usually simply the name of the main executable and friends. |