summaryrefslogtreecommitdiffstats
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
parent53d445afb8e34f2aa99fe5a567ef142cc4b234cb (diff)
downloadkmyfirewall-53d5206c.tar.gz
kmyfirewall-53d5206c.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
-rw-r--r--kmyfirewall/genericinterface/kmfgenericinterface.cpp2
-rw-r--r--kmyfirewall/genericinterface/kmfgenericinterface_part.cpp2
2 files changed, 2 insertions, 2 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";
diff --git a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp
index 00aab1e..2d72826 100644
--- a/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp
+++ b/kmyfirewall/genericinterface/kmfgenericinterface_part.cpp
@@ -80,7 +80,7 @@ KMFGenericInterfacePart::KMFGenericInterfacePart( TQWidget *parentWidget, const
m_actionGoNATConfiguration = new TDEAction( i18n( "&NAT Configuration" ), TQIconSet( BarIcon( "document-save-as", KMFGenericInterfacePartFactory::instance() ) ),
0 , this, TQT_SLOT( slotGoNATConfiguration() ), actionCollection(), "nat_configuration" );
- m_actionGoLogging = new TDEAction( i18n( "&Logging" ), TQIconSet( BarIcon( "log", KMFGenericInterfacePartFactory::instance() ) ),
+ m_actionGoLogging = new TDEAction( i18n( "&Logging" ), TQIconSet( BarIcon( "text-x-log", KMFGenericInterfacePartFactory::instance() ) ),
0 , this, TQT_SLOT( slotGoLogging() ), actionCollection(), "logging_options" );