CVS commit by binner: fix non-existent icon M +2 -2 konq_mainwindow.cc 1.1406.2.2 --- kdebase/konqueror/konq_mainwindow.cc #1.1406.2.1:1.1406.2.2 @@ -5106,5 +5106,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(); @@ -5124,5 +5124,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();