From kde-commits Tue Mar 01 19:45:27 2005 From: Stephan Binner Date: Tue, 01 Mar 2005 19:45:27 +0000 To: kde-commits Subject: kdebase/konqueror Message-Id: <20050301194527.345CD157B9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110970633628118 CVS commit by binner: fix icon M +2 -2 konq_mainwindow.cc 1.1408 --- kdebase/konqueror/konq_mainwindow.cc #1.1407:1.1408 @@ -5064,5 +5064,5 @@ void KonqMainWindow::closeEvent( QCloseE if ( KMessageBox::warningContinueCancel( this, i18n("This tab contains changes that have not been submitted.\nClosing the window will discard these changes."), - i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"file_quit"), "discardchangesclose") != KMessageBox::Continue ) + i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"exit"), "discardchangesclose") != KMessageBox::Continue ) { e->ignore(); @@ -5082,5 +5082,5 @@ void KonqMainWindow::closeEvent( QCloseE if ( KMessageBox::warningContinueCancel( this, i18n("This page contains changes that have not been submitted.\nClosing the window will discard these changes."), - i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"file_quit"), "discardchangesclose") != KMessageBox::Continue ) + i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"exit"), "discardchangesclose") != KMessageBox::Continue ) { e->ignore();