diff options
Diffstat (limited to 'src/k3bdebuggingoutputdialog.cpp')
-rw-r--r-- | src/k3bdebuggingoutputdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bdebuggingoutputdialog.cpp b/src/k3bdebuggingoutputdialog.cpp index e0a5e66..4be80bc 100644 --- a/src/k3bdebuggingoutputdialog.cpp +++ b/src/k3bdebuggingoutputdialog.cpp @@ -39,7 +39,7 @@ K3bDebuggingOutputDialog::K3bDebuggingOutputDialog( TQWidget* parent ) : KDialogBase( parent, "debugViewDialog", true, i18n("Debugging Output"), Close|User1|User2, Close, false, KStdGuiItem::saveAs(), - KGuiItem( i18n("Copy"), "editcopy" ) ) + KGuiItem( i18n("Copy"), "edit-copy" ) ) { setButtonTip( User1, i18n("Save to file") ); setButtonTip( User2, i18n("Copy to clipboard") ); |