summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krename/tabs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/tabs.cpp b/krename/tabs.cpp
index fef3619..79fb5cd 100644
--- a/krename/tabs.cpp
+++ b/krename/tabs.cpp
@@ -44,7 +44,7 @@ tabs::tabs(KRenameImpl* impl, TQRect r, TQWidget *parent, const char *name )
tab = new TQTabWidget( this );
finishButton = new KPushButton( i18n("&Finish"), this );
- finishButton->setIconSet( SmallIconSet( "finish" ) );
+ finishButton->setIconSet( SmallIconSet( "go-last" ) );
finishButton->setDefault( true );
cancelButton = new KPushButton( i18n("&Cancel"), this );
cancelButton->setIconSet( SmallIconSet( "button_cancel" ) );