summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-11 21:45:13 -0500
commit85fdad868592c5608dabe03df9dc7f02346ac8b2 (patch)
treec76b19822c176937d3ae83f0b05017cd363d56ac /src
parent7d51240e15df4007c790696e8512da18fc4533d0 (diff)
downloadkbibtex-85fdad868592c5608dabe03df9dc7f02346ac8b2.tar.gz
kbibtex-85fdad868592c5608dabe03df9dc7f02346ac8b2.zip
Bring previous and next icons into XDG compliance
Diffstat (limited to 'src')
-rw-r--r--src/mergeelements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mergeelements.cpp b/src/mergeelements.cpp
index c996a17..b765d01 100644
--- a/src/mergeelements.cpp
+++ b/src/mergeelements.cpp
@@ -121,7 +121,7 @@ namespace KBibTeX
}
MergeElements::MergeElements( TQWidget *parent )
- : KDialogBase( parent, "MergeElements", true, "undefined", Ok | Cancel | User1 | User2, User1, true, KGuiItem( i18n( "Next" ), "next" ), KGuiItem( i18n( "Previous" ), "previous" ) ), m_currentCliqueIndex( 0 )
+ : KDialogBase( parent, "MergeElements", true, "undefined", Ok | Cancel | User1 | User2, User1, true, KGuiItem( i18n( "Next" ), "go-next" ), KGuiItem( i18n( "Previous" ), "go-previous" ) ), m_currentCliqueIndex( 0 )
{
setupGUI();
}