~ubuntu-branches/ubuntu/raring/kdebluetooth/raring

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-09-29 09:38:35 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929093835-9r3zkwijawh2m4qy
Tags: 1:0.4~rc1-0ubuntu1
* New upstream release:
  - Fixes device manager to make it simply usable
* Added kubuntu_01_document_path.diff:
  - Avoids nasty prompt at first run and instead set the default
    download path to "XDG Documents" dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                                KAboutData::License_GPL,
41
41
                                ki18n("(c) 2008-2009, The KBluetooth Developers")
42
42
                                );
43
 
        aboutData.addAuthor(ki18n("Alex Fiestas"), ki18n("Mantainer"), "alex@eyeos.org", "http://www.afiestas.org/");
 
43
        aboutData.addAuthor(ki18n("Alex Fiestas"), ki18n("Maintainer"), "alex@eyeos.org", "http://www.afiestas.org/");
44
44
        aboutData.addAuthor(ki18n("Tom Patzig"), ki18n("Former Developer"), "tpatzig@suse.de", "http://www.kde.org/");
45
45
 
46
 
        KComponentData component(&aboutData);
 
46
//      KComponentData component(&aboutData);
47
47
 
48
48
        KCmdLineArgs::init( argc, argv, &aboutData );
49
49