diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 12:47:08 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-26 20:29:08 +0100 |
commit | 1124fd59bb78b89b37470287755833fe96eb252a (patch) | |
tree | e4e5a184c36be11432fbb819cb36a9fc2556c3a4 /khexedit/optiondialog.cc | |
parent | ff56db3c2eb740876722d08491e485fe1453fe39 (diff) | |
download | tdeutils-1124fd59bb78b89b37470287755833fe96eb252a.tar.gz tdeutils-1124fd59bb78b89b37470287755833fe96eb252a.zip |
Bring mouse icon into XDG compliance
(cherry picked from commit 9301439c5d3ddd13d7430597d65cb524dbeb359e)
Diffstat (limited to 'khexedit/optiondialog.cc')
-rw-r--r-- | khexedit/optiondialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index 5d97a51..49a33b7 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -256,7 +256,7 @@ void COptionDialog::setupCursorPage( void ) TQString text; TQFrame *page = addPage( i18n("Cursor"), i18n("Cursor Behavior (only valid for editor)"), - BarIcon("mouse", TDEIcon::SizeMedium ) ); + BarIcon("input-mouse", TDEIcon::SizeMedium ) ); TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() ); TQVButtonGroup *group = new TQVButtonGroup( i18n("Blinking"), page ); |