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

(-)tdebase/kate/app/kwritemain.cpp (-1 / +1 lines)
Lines 154-160 Link Here
154
              actionCollection(), "view_new_view");
154
              actionCollection(), "view_new_view");
155
  a->setWhatsThis(i18n("Create another view containing the current document"));
155
  a->setWhatsThis(i18n("Create another view containing the current document"));
156
156
157
  a=new KAction(i18n("Choose Editor..."),0,TQT_TQOBJECT(this),TQT_SLOT(changeEditor()),
157
  a=new KAction(i18n("Choose Editor Component..."),0,TQT_TQOBJECT(this),TQT_SLOT(changeEditor()),
158
		actionCollection(),"settings_choose_editor");
158
		actionCollection(),"settings_choose_editor");
159
  a->setWhatsThis(i18n("Override the system wide setting for the default editing component"));
159
  a->setWhatsThis(i18n("Override the system wide setting for the default editing component"));
160
160

Return to bug 1060