diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:01:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 12:01:52 -0600 |
commit | d1d7bb3629c43620d305bf8996a0906e1877dbec (patch) | |
tree | d0be72b821c8a96e8b904a07b6706e6298b38054 /doc | |
parent | 9443f399c73f7413eed142a1b4411e087910b98e (diff) | |
download | krusader-d1d7bb3629c43620d305bf8996a0906e1877dbec.tar.gz krusader-d1d7bb3629c43620d305bf8996a0906e1877dbec.zip |
Rename ksocket and kcache
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ru/useraction-xml.docbook | 2 |
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 @@ <action name="search_replace" > <title>Simple Search and Replace</title> <tooltip>Search and replace a string/regex in textfiles</tooltip> - <icon>kcachegrind</icon> + <icon>tdecachegrind</icon> <category>Samples</category> <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!</description> <command>sed -i -e 's/%_Ask("Search for:")%/%_Ask("Replace with:")%/' %aList("Selected")%</command> |