~ubuntu-branches/ubuntu/karmic/tellico/karmic

« back to all changes in this revision

Viewing changes to src/translators/grs1importer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Regis Boudin
  • Date: 2008-05-23 21:28:59 UTC
  • mfrom: (0.1.14 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20080523212859-n0gl4ap37xb0uj1a
Tags: 1.3.2-1
* New upstream release.
* Recommend khelpcenter for acces to the help (Closes: #478975).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  f->setDescription(i18n("International Standard Book Number"));
60
60
  coll->addField(f);
61
61
 
62
 
  f = new Data::Field(QString::fromLatin1("keyword"), i18n("Keywords"));
63
 
  f->setCategory(i18n("Classification"));
64
 
  f->setFlags(Data::Field::AllowCompletion | Data::Field::AllowMultiple | Data::Field::AllowGrouped);
65
 
  coll->addField(f);
66
 
 
67
62
  f = new Data::Field(QString::fromLatin1("language"), i18n("Language"));
68
63
  f->setCategory(i18n("Publishing"));
69
64
  f->setFlags(Data::Field::AllowCompletion | Data::Field::AllowGrouped | Data::Field::AllowMultiple);