~ubuntu-branches/ubuntu/wily/kdeutils/wily

« back to all changes in this revision

Viewing changes to ark/plugins/clizipplugin/cliplugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac, Philip Muškovac, Scott Kitterman
  • Date: 2011-10-15 10:31:18 UTC
  • mfrom: (0.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20111015103118-rursd75w1gfrj7nv
Tags: 4:4.7.2-0ubuntu1
[ Philip Muškovac ]
* New upstream release (LP: #872506)

[ Scott Kitterman ]
* Update meta data in debian/patches/printer-applet-monitor.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                             << QLatin1String( "n" ) //skip
91
91
                             << QLatin1String( "A" ) //overwrite all
92
92
                             << QLatin1String( "N" ) //autoskip
93
 
                             << QLatin1String( "N" ) //cancel
94
93
                             ;
95
94
 
96
95
        p[AddArgs] = QStringList() << QLatin1String( "-r" ) << QLatin1String( "$Archive" ) << QLatin1String( "$Files" );