~ubuntu-branches/ubuntu/quantal/gwenview/quantal-proposed

« back to all changes in this revision

Viewing changes to app/imagemetainfodialog.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-06 10:30:15 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120606103015-dybg1emgrqceg3pi
Tags: 4:4.8.80-0ubuntu1
* Merge with Debian git repository, no remaining changes.
* New upstream beta release.
  - Update gwenview.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    d->mTreeView->setIndentation(0);
126
126
    d->mTreeView->setItemDelegate(new MetaInfoDelegate(d->mTreeView));
127
127
    setMainWidget(d->mTreeView);
128
 
    setCaption(i18nc("@title:window", "Meta Information"));
 
128
    setCaption(i18nc("@title:window", "Image Information"));
129
129
    setButtons(KDialog::Close);
130
130
}
131
131