Branch: master

53d5206c 2014-10-22 01:27:25 Timothy Pearson
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, unknown
M kmyfirewall/genericinterface/kmfgenericinterface.cpp
M kmyfirewall/genericinterface/kmfgenericinterface_part.cpp
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 @@
 	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 @@
 	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" );