summaryrefslogtreecommitdiffstats
path: root/krusader/useraction_examples.xml
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/useraction_examples.xml')
-rw-r--r--krusader/useraction_examples.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/useraction_examples.xml b/krusader/useraction_examples.xml
index 443f12f..0e9107d 100644
--- a/krusader/useraction_examples.xml
+++ b/krusader/useraction_examples.xml
@@ -84,7 +84,7 @@ Please note: The sed-command is "s/search/repleace/", so you have to e
<action name="sample_newmount" >
<title>Mount</title>
<tooltip>Mount a new filesystem.</tooltip>
- <icon>hdd_mount</icon>
+ <icon>hdd-mounted</icon>
<category>System</category>
<command run_as="root" executionmode="collect_output" >mount -t %_Ask(&quot;Filesystem Type?&quot;)% %_Ask(&quot;Device ?&quot;)% %_Ask(&quot;Mount Point ?&quot;)%</command>
<defaultshortcut>Alt+Ctrl+M</defaultshortcut>
@@ -296,7 +296,7 @@ You need krusader compiled with javascript support and iconv installed.</descrip
<action name="Jscript_root-mount" >
<title>Javascript, mount as root</title>
<tooltip>Mounts a device with root-privileges</tooltip>
- <icon>hdd_mount</icon>
+ <icon>hdd-mounted</icon>
<category>System</category>
<description>Requirements:
You need krusader compiled with javascript support.</description>