diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 21:45:13 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 21:45:13 -0500 |
commit | 85fdad868592c5608dabe03df9dc7f02346ac8b2 (patch) | |
tree | c76b19822c176937d3ae83f0b05017cd363d56ac /src/mergeelements.cpp | |
parent | 7d51240e15df4007c790696e8512da18fc4533d0 (diff) | |
download | kbibtex-85fdad868592c5608dabe03df9dc7f02346ac8b2.tar.gz kbibtex-85fdad868592c5608dabe03df9dc7f02346ac8b2.zip |
Bring previous and next icons into XDG compliance
Diffstat (limited to 'src/mergeelements.cpp')
-rw-r--r-- | src/mergeelements.cpp | 2 |
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(); } |