aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 65fdb292e0..75cbfa7efb 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -680,12 +680,12 @@
<part name="play-sound">
<title>Play Sound</title>
<code>(play-sound ${sound})</code>
- <input type="string" name="sound"/>
+ <input type="file" name="sound"/>
</part>
<part name="shell-exec">
<title>Execute Shell Command</title>
<code>(shell-exec ${command})</code>
- <input type="string" name="command"/>
+ <input type="command" name="command"/>
</part>
</actionset>
</filterdescription>