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

(-)a/src/kchmsetupdialog.cpp (-1 / +1 lines)
Lines 315-321 KCHMSetupDialog::KCHMSetupDialog( TQWidget* parent, const char* name, bool modal Link Here
315
315
316
void KCHMSetupDialog::slotShowHelp()
316
void KCHMSetupDialog::slotShowHelp()
317
{
317
{
318
  kapp->invokeHelp( TQString(), "kchmviewer" );
318
  kapp->invokeHelp();
319
}
319
}
320
320
321
/*
321
/*

Return to bug 1948