fix icon names

svn path=/trunk/KDE/kdebase/apps/; revision=654746
This commit is contained in:
Urs Wolfer 2007-04-16 21:08:26 +00:00
parent fd2bae03c9
commit 0d1f0dfe37
3 changed files with 5 additions and 5 deletions

View file

@ -534,7 +534,7 @@ KEBMacroCommand* CmdGen::setAsToolbar(const KBookmark &bk)
}
mcmd->addCommand( new EditCommand(bk.address(), -2, "yes"));
mcmd->addCommand( new EditCommand(bk.address(), -1, "bookmark_toolbar"));
mcmd->addCommand( new EditCommand(bk.address(), -1, "bookmark-toolbar"));
return mcmd;
}

View file

@ -2567,7 +2567,7 @@ void KonqMainWindow::slotBreakOffTab()
if (prop.isValid() && prop.toBool())
if ( KMessageBox::warningContinueCancel( this,
i18n("This tab contains changes that have not been submitted.\nDetaching the tab will discard these changes."),
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"tab_breakoff"), KStandardGuiItem::cancel(), "discardchangesdetach") != KMessageBox::Continue )
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"tab-breakoff"), KStandardGuiItem::cancel(), "discardchangesdetach") != KMessageBox::Continue )
return;
}
@ -2585,7 +2585,7 @@ void KonqMainWindow::slotBreakOffTabPopup()
m_pViewManager->showTab( view );
if ( KMessageBox::warningContinueCancel( this,
i18n("This tab contains changes that have not been submitted.\nDetaching the tab will discard these changes."),
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"tab_breakoff"), KStandardGuiItem::cancel(), "discardchangesdetach") != KMessageBox::Continue )
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"tab-breakoff"), KStandardGuiItem::cancel(), "discardchangesdetach") != KMessageBox::Continue )
{
m_pViewManager->showTab( originalView );
return;
@ -2680,7 +2680,7 @@ void KonqMainWindow::slotRemoveView()
if (prop.isValid() && prop.toBool())
if ( KMessageBox::warningContinueCancel( this,
i18n("This view contains changes that have not been submitted.\nClosing the view will discard these changes."),
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"view_remove"), KStandardGuiItem::cancel(), "discardchangesclose") != KMessageBox::Continue )
i18n("Discard Changes?"), KGuiItem(i18n("&Discard Changes"),"view-remove"), KStandardGuiItem::cancel(), "discardchangesclose") != KMessageBox::Continue )
return;
}

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Icon=bookmark_toolbar
Icon=bookmark-toolbar
Name=Bookmark Toolbar
Name[af]=Boekmerk Nutsbalk
Name[ar]=شريط أدوات علامات المواقع