aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-26 13:10:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-26 13:10:04 +0800
commit28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177 (patch)
tree5720e069c633f890b1a390fa96fb3826f7c537bd /filter/filtertypes.xml
parentaebeb2ef7010d8f72508a6a6f4541f05a942853a (diff)
downloadgsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.gz
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.bz2
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.lz
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.xz
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.tar.zst
gsoc2013-evolution-28e3d6dc45dd4ab5e0d34078fdf86f1923d0e177.zip
return the added option. (clone): make sure we set the current option
2004-03-26 Not Zed <NotZed@Ximian.com> * filter-option.c (filter_option_add): return the added option. (clone): make sure we set the current option properly on the new copy. See #56028. * filtertypes.xml: s/pipe to shell command/pipe to program/ s/shell command/run program/, cleans up the UI a lot. svn path=/trunk/; revision=25194
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 9dc7fed678..45c1c1d22d 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -585,7 +585,7 @@
</part>
<part name="pipe">
- <title>Pipe Message to Shell Command</title>
+ <title>Pipe to Program</title>
<input type="command" name="command"/>
<input type="optionlist" name="retval-type">
<option value="is">
@@ -733,12 +733,12 @@
<input type="file" name="sound"/>
</part>
<part name="shell">
- <title>Shell Command</title>
+ <title>Run Program</title>
<code>(shell "/bin/sh" "-c" ${command})</code>
<input type="command" name="command"/>
</part>
<part name="pipe">
- <title>Pipe Message to Shell Command</title>
+ <title>Pipe to Program</title>
<code>(pipe-message "/bin/sh" "-c" ${command})</code>
<input type="command" name="command"/>
</part>