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 1862
Collapse All | Expand All

(-)tdewebdev/kxsldbg/kxsldbg.cpp (-1 / +1 lines)
Lines 64-70 Link Here
64
                                      (menuBar()->findItem(mbar->idAt(mbar->count()-1))->popup());
64
                                      (menuBar()->findItem(mbar->idAt(mbar->count()-1))->popup());
65
            if (help_menu)
65
            if (help_menu)
66
            {
66
            {
67
                help_menu->insertItem(SmallIconSet("contents"), i18n("&XSLDbg handbook"), TQT_TQOBJECT(this),
67
                help_menu->insertItem(SmallIconSet("contents"), i18n("&XSLDbg Handbook"), TQT_TQOBJECT(this),
68
                                      TQT_SLOT(showXSLDbgHelp()), NULL, -1, 1);
68
                                      TQT_SLOT(showXSLDbgHelp()), NULL, -1, 1);
69
            }
69
            }
70
        }
70
        }

Return to bug 1862