Bring stop, lock, exit, and run icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 85fdad8685
commit c22bede4d6

@ -1711,7 +1711,7 @@ namespace KBibTeX
if ( entryToNewId.isEmpty() ) if ( entryToNewId.isEmpty() )
KMessageBox::information( this, i18n( "No entries were selected." ) ); KMessageBox::information( this, i18n( "No entries were selected." ) );
else if ( KMessageBox::questionYesNoList( this, i18n( "The following changes will be applied to the currently selected elements.\nConflicts with duplicate entry ids will be resolved when applying the new ids." ), msgList, i18n( "Normalize Entry Ids" ), KGuiItem( i18n( "Replace Entry Ids" ), "run" ), KGuiItem( i18n( "Cancel" ), "cancel" ) ) == KMessageBox::Yes ) else if ( KMessageBox::questionYesNoList( this, i18n( "The following changes will be applied to the currently selected elements.\nConflicts with duplicate entry ids will be resolved when applying the new ids." ), msgList, i18n( "Normalize Entry Ids" ), KGuiItem( i18n( "Replace Entry Ids" ), "system-run" ), KGuiItem( i18n( "Cancel" ), "cancel" ) ) == KMessageBox::Yes )
{ {
TQApplication::setOverrideCursor( TQt::waitCursor ); TQApplication::setOverrideCursor( TQt::waitCursor );
TQMap<BibTeX::Entry*, DocumentListViewItem*>::Iterator itItem = entryToItem.begin(); TQMap<BibTeX::Entry*, DocumentListViewItem*>::Iterator itItem = entryToItem.begin();

Loading…
Cancel
Save