From 3ddf2c38472a3587cdb87cc1da1db443a2753d84 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 00:37:31 -0500 Subject: [PATCH] Bring first and last icons into XDG compliance --- krename/tabs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) );