diff options
Diffstat (limited to 'desktop-entry/desktop-entry-spec.xml')
-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. |