summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/kgdependencies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Konfigurator/kgdependencies.cpp')
-rw-r--r--krusader/Konfigurator/kgdependencies.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/krusader/Konfigurator/kgdependencies.cpp b/krusader/Konfigurator/kgdependencies.cpp
index 25da574..aa24908 100644
--- a/krusader/Konfigurator/kgdependencies.cpp
+++ b/krusader/Konfigurator/kgdependencies.cpp
@@ -86,14 +86,15 @@ KgDependencies::KgDependencies( bool first, TQWidget* parent, const char* name
addApplication( "dpkg", archGrid1, 4, packers_tab, PAGE_PACKERS );
addApplication( "gzip", archGrid1, 5, packers_tab, PAGE_PACKERS );
addApplication( "lha", archGrid1, 6, packers_tab, PAGE_PACKERS );
- addApplication( "rar", archGrid1, 7, packers_tab, PAGE_PACKERS );
- addApplication( "tar", archGrid1, 8, packers_tab, PAGE_PACKERS );
- addApplication( "unace", archGrid1, 9, packers_tab, PAGE_PACKERS );
- addApplication( "unarj", archGrid1,10, packers_tab, PAGE_PACKERS );
- addApplication( "unrar", archGrid1,11, packers_tab, PAGE_PACKERS );
- addApplication( "unzip", archGrid1,12, packers_tab, PAGE_PACKERS );
- addApplication( "zip", archGrid1,13, packers_tab, PAGE_PACKERS );
- addApplication( "xz", archGrid1,14, packers_tab, PAGE_PACKERS );
+ addApplication( "lzip", archGrid1, 7, packers_tab, PAGE_PACKERS );
+ addApplication( "rar", archGrid1, 8, packers_tab, PAGE_PACKERS );
+ addApplication( "tar", archGrid1, 9, packers_tab, PAGE_PACKERS );
+ addApplication( "unace", archGrid1,10, packers_tab, PAGE_PACKERS );
+ addApplication( "unarj", archGrid1,11, packers_tab, PAGE_PACKERS );
+ addApplication( "unrar", archGrid1,12, packers_tab, PAGE_PACKERS );
+ addApplication( "unzip", archGrid1,13, packers_tab, PAGE_PACKERS );
+ addApplication( "zip", archGrid1,14, packers_tab, PAGE_PACKERS );
+ addApplication( "xz", archGrid1,15, packers_tab, PAGE_PACKERS );
// ---------------------------- CHECKSUM TAB -------------------------------------
TQWidget *checksum_tab = new TQWidget( tabWidget, "tab_4" );