Fix unintended rename of many various *klist*

pull/1/head
Slávek Banko 11 years ago
parent f8d67f8599
commit 9977842f4f

@ -434,7 +434,7 @@ void CatalogManagerView::markModifiedFiles()
void CatalogManagerView::loadMarks() void CatalogManagerView::loadMarks()
{ {
const KURL url = KFileDialog::getOpenURL( TQString(),"*.martdelist", this ); const KURL url = KFileDialog::getOpenURL( TQString(),"*.marklist", this );
if( url.isEmpty() ) return; if( url.isEmpty() ) return;
TQString filename; TQString filename;
@ -510,7 +510,7 @@ void CatalogManagerView::loadMarks()
void CatalogManagerView::saveMarks() void CatalogManagerView::saveMarks()
{ {
const KURL url2 = KFileDialog::getSaveURL( TQString(), "*.martdelist", this ); const KURL url2 = KFileDialog::getSaveURL( TQString(), "*.marklist", this );
if( url2.isEmpty() ) return; if( url2.isEmpty() ) return;
// ### FIXME: why is the file dialog not doing this? // ### FIXME: why is the file dialog not doing this?

@ -153,7 +153,7 @@ void KBBMainWindow::initActions()
new TDEAction( i18n("&Submit Changes"), "mail_send", 0, TQT_TQOBJECT(this), TQT_SLOT( slotSubmit() ), new TDEAction( i18n("&Submit Changes"), "mail_send", 0, TQT_TQOBJECT(this), TQT_SLOT( slotSubmit() ),
actionCollection(), "file_submit" ); actionCollection(), "file_submit" );
reloadpactdelist = new TDEAction( i18n("Reload &Product List"), "reload", CTRL+TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackageList() ), reloadpacklist = new TDEAction( i18n("Reload &Product List"), "reload", CTRL+TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackageList() ),
actionCollection(), "reload_packagelist" ); actionCollection(), "reload_packagelist" );
reloadpack= new TDEAction( i18n("Reload Bug &List (for current product)"), "reload", TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackage() ), reloadpack= new TDEAction( i18n("Reload Bug &List (for current product)"), "reload", TQt::Key_F5, TQT_TQOBJECT(m_mainWidget), TQT_SLOT( slotReloadPackage() ),
actionCollection(), "reload_package" ); actionCollection(), "reload_package" );
@ -316,8 +316,8 @@ void KBBMainWindow::slotDisconnectedAction()
bool enable = !m_disconnectedAction->isChecked(); bool enable = !m_disconnectedAction->isChecked();
reloadpactdelist->setEnabled( enable ); reloadpacklist->setEnabled( enable );
reloadpactdelist->setEnabled( enable ); reloadpacklist->setEnabled( enable );
reloadpack->setEnabled( enable ); reloadpack->setEnabled( enable );
reloadbug->setEnabled( enable ); reloadbug->setEnabled( enable );
reloadall->setEnabled( enable ); reloadall->setEnabled( enable );

@ -112,7 +112,7 @@ class KBBMainWindow : public TDEMainWindow, virtual public KBookmarkOwner
* Used TDEActions * Used TDEActions
*/ */
TDEAction *fileQuit; TDEAction *fileQuit;
TDEAction *reloadpactdelist; TDEAction *reloadpacklist;
TDEAction *reloadpack; TDEAction *reloadpack;
TDEAction *reloadbug; TDEAction *reloadbug;
TDEAction *reloadall; TDEAction *reloadall;

@ -16,7 +16,7 @@ Name[ga]=Tascliosta Bugzilla
Name[gl]=Lista de itens por facer de Bugzilla Name[gl]=Lista de itens por facer de Bugzilla
Name[he]=רשימת מטלות של Bugzilla Name[he]=רשימת מטלות של Bugzilla
Name[hu]=Bugzilla feladatlista Name[hu]=Bugzilla feladatlista
Name[is]=Bugzilla vertdelisti Name[is]=Bugzilla verklisti
Name[it]=Lista delle cosa da fare di Bugzilla Name[it]=Lista delle cosa da fare di Bugzilla
Name[ja]=BugzillaToDo リスト Name[ja]=BugzillaToDo リスト
Name[ka]=Bugzilla-ს დავალებათა სია Name[ka]=Bugzilla-ს დავალებათა სია

@ -959,7 +959,7 @@ bool KompareModelList::blendFile( DiffModel* model, const TQString& fileContents
TQStringList::ConstIterator lEnd = lines.end(); TQStringList::ConstIterator lEnd = lines.end();
DiffHunkList* hunks = model->hunks(); DiffHunkList* hunks = model->hunks();
kdDebug(8101) << "Hunks in huntdelist: " << hunks->count() << endl; kdDebug(8101) << "Hunks in hunklist: " << hunks->count() << endl;
DiffHunkListIterator hunkIt = hunks->begin(); DiffHunkListIterator hunkIt = hunks->begin();
DiffHunk* newHunk = 0; DiffHunk* newHunk = 0;

Loading…
Cancel
Save