summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/konfigurator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Konfigurator/konfigurator.cpp')
-rw-r--r--krusader/Konfigurator/konfigurator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Konfigurator/konfigurator.cpp b/krusader/Konfigurator/konfigurator.cpp
index 7a60f4f..a634604 100644
--- a/krusader/Konfigurator/konfigurator.cpp
+++ b/krusader/Konfigurator/konfigurator.cpp
@@ -105,7 +105,7 @@ void Konfigurator::createLayout( int startPage )
TQPixmap(krLoader->loadIcon("messagebox_warning",TDEIcon::Desktop,32)))));
// archives
newContent(new KgArchives(firstTime, widget->addPage(i18n("Archives"),i18n("Customize the way Krusader deals with archives"),
- TQPixmap(krLoader->loadIcon("tgz",TDEIcon::Desktop,32)))));
+ TQPixmap(krLoader->loadIcon(""application-x-tarz",TDEIcon::Desktop,32)))));
// dependencies
newContent(new KgDependencies(firstTime, widget->addPage(i18n("Dependencies"),i18n("Set the full path of the external applications"),
TQPixmap(krLoader->loadIcon("kr_dependencies",TDEIcon::Desktop,32)))));