~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/Dialogs/packgui.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    if (PS("tar") && PS("gzip")) typeData->addItem("tar.gz");
69
69
    if (PS("tar") && PS("bzip2")) typeData->addItem("tar.bz2");
70
70
    if (PS("tar") && PS("lzma")) typeData->addItem("tar.lzma");
 
71
    if (PS("tar") && PS("xz")) typeData->addItem("tar.xz");
71
72
    if (PS("zip")) typeData->addItem("zip");
72
73
    if (PS("rar")) typeData->addItem("rar");
73
74
    if (PS("lha")) typeData->addItem("lha");