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

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent 53d445afb8
commit 53d5206c04

@ -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";

@ -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" );

Loading…
Cancel
Save