Branch: master

3ddf2c38 2014-10-12 00:37:31 Timothy Pearson
Bring first and last icons into XDG compliance
M krename/tabs.cpp
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 @@
     
     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" ) );