summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/genericinterface/kmfgenericinterface.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit53d5206c0448f374c1540ff460004c26c2a6f5b2 (patch)
tree451339c204d97346447379507ec41955738ced5b /kmyfirewall/genericinterface/kmfgenericinterface.cpp
parent53d445afb8e34f2aa99fe5a567ef142cc4b234cb (diff)
downloadkmyfirewall-53d5206c0448f374c1540ff460004c26c2a6f5b2.tar.gz
kmyfirewall-53d5206c0448f374c1540ff460004c26c2a6f5b2.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknownr14.0.0
Diffstat (limited to 'kmyfirewall/genericinterface/kmfgenericinterface.cpp')
-rw-r--r--kmyfirewall/genericinterface/kmfgenericinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/genericinterface/kmfgenericinterface.cpp b/kmyfirewall/genericinterface/kmfgenericinterface.cpp
index 7d339c7..9c68f61 100644
--- a/kmyfirewall/genericinterface/kmfgenericinterface.cpp
+++ b/kmyfirewall/genericinterface/kmfgenericinterface.cpp
@@ -222,7 +222,7 @@ void KMFGenericInterface::loadIcons() {
icon_name = "pipe";
icon_icmp_page = loader->loadIcon( icon_name, TDEIcon::Desktop );
- icon_name = "log";
+ icon_name = "text-x-log";
icon_logging_page = loader->loadIcon( icon_name, TDEIcon::Desktop );
icon_name = "network_local";