summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:01:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-30 12:01:52 -0600
commitd1d7bb3629c43620d305bf8996a0906e1877dbec (patch)
treed0be72b821c8a96e8b904a07b6706e6298b38054
parent9443f399c73f7413eed142a1b4411e087910b98e (diff)
downloadkrusader-d1d7bb36.tar.gz
krusader-d1d7bb36.zip
Rename ksocket and kcache
-rw-r--r--doc/ru/useraction-xml.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ru/useraction-xml.docbook b/doc/ru/useraction-xml.docbook
index 0191ca6..0c0394e 100644
--- a/doc/ru/useraction-xml.docbook
+++ b/doc/ru/useraction-xml.docbook
@@ -295,7 +295,7 @@
&lt;action name="search_replace" >
&lt;title>Simple Search and Replace&lt;/title>
&lt;tooltip>Search and replace a string/regex in textfiles&lt;/tooltip>
- &lt;icon>kcachegrind&lt;/icon>
+ &lt;icon>tdecachegrind&lt;/icon>
&lt;category>Samples&lt;/category>
&lt;description>This UA uses the UNIX standard-tool sed (the stream-editor) so perform search and replace operations in all selected files It is possible to give a regular expression for both strings. Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it!&lt;/description>
&lt;command>sed -i -e 's/%_Ask("Search for:")%/%_Ask("Replace with:")%/' %aList("Selected")%&lt;/command>