~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/libs/dialogs/imageguidedlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
    space1->setFixedWidth(spacingHint());    
239
239
    d->progressBar = new KProgress(100, hbox);
240
240
    d->progressBar->setMaximumHeight( fontMetrics().height() );
241
 
    QWhatsThis::add(d->progressBar ,i18n("<p>This is the current percentage of the task completed."));
 
241
    QWhatsThis::add(d->progressBar ,i18n("<p>This is the percentage of the task which has been completed up to this point."));
242
242
    d->progressBar->setValue(0);
243
243
    setProgressVisible(false);
244
244
    QLabel *space2 = new QLabel(hbox);