By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 3192
Collapse All | Expand All

(-)digikam-trinity-14.0.11/digikam/showfoto/main.cpp~ (-1 / +2 lines)
Lines 67-72 Link Here
67
67
68
    Digikam::authorsRegistration(aboutData);
68
    Digikam::authorsRegistration(aboutData);
69
69
70
    TDELocale::setMainCatalogue("digikam");
71
70
    TDECmdLineArgs::init( argc, argv, &aboutData );
72
    TDECmdLineArgs::init( argc, argv, &aboutData );
71
    TDECmdLineArgs::addCmdLineOptions( options );
73
    TDECmdLineArgs::addCmdLineOptions( options );
72
74
Lines 85-91 Link Here
85
    app.setMainWidget(w);
87
    app.setMainWidget(w);
86
    w->show();
88
    w->show();
87
89
88
    TDEGlobal::locale()->setMainCatalogue("digikam");
89
    TDEGlobal::locale()->insertCatalogue("libkdcraw");
90
    TDEGlobal::locale()->insertCatalogue("libkdcraw");
90
91
91
    int ret = app.exec();
92
    int ret = app.exec();
(-)digikam-trinity-14.0.11/digikam/themedesigner/main.cpp~ (-2 / +2 lines)
Lines 60-70 Link Here
60
60
61
    Digikam::authorsRegistration(aboutData);
61
    Digikam::authorsRegistration(aboutData);
62
62
63
    TDELocale::setMainCatalogue("digikam");
64
63
    TDECmdLineArgs::init(argc, argv, &aboutData);
65
    TDECmdLineArgs::init(argc, argv, &aboutData);
64
    TDECmdLineArgs::addCmdLineOptions(options);
66
    TDECmdLineArgs::addCmdLineOptions(options);
65
67
66
    TDEGlobal::locale()->setMainCatalogue( "digikam" );
67
68
    TDEApplication app;
68
    TDEApplication app;
69
    Digikam::MainWindow *im = new Digikam::MainWindow();
69
    Digikam::MainWindow *im = new Digikam::MainWindow();
70
    app.setMainWidget(im);
70
    app.setMainWidget(im);

Return to bug 3192