~ubuntu-branches/ubuntu/maverick/kdemultimedia/maverick-proposed

« back to all changes in this revision

Viewing changes to mplayerthumbs/src/configuration/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2009-10-03 09:01:30 UTC
  • mfrom: (1.2.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20091003090130-0x11jlj2u503hj0o
Tags: 4:4.3.2-0ubuntu1
* New upstream release
* Bump on build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
int main(int argc, char **argv)
35
35
{
36
 
    KAboutData about("MPlayerThumbsConfig", 0, ki18n(I18N_NOOP("MPlayerThumbs Configuration Utility")), version, ki18n(description),
 
36
    KAboutData about("MPlayerThumbsConfig", "mplayerthumbsconfig", ki18n(I18N_NOOP("MPlayerThumbs Configuration Utility")), version, ki18n(description),
37
37
                     KAboutData::License_GPL, ki18n("(C) 2006 Marco Gulino"));
38
38
    about.addAuthor( ki18n("Marco Gulino"), KLocalizedString(), "marco@kmobiletools.org" );
39
39
    KCmdLineArgs::init(argc, argv, &about);