summaryrefslogtreecommitdiffstats
path: root/src/part
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:46:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:46:58 -0500
commit4d05a18419267aa60ab16baa09a0e6450063fb22 (patch)
treebadf834b21901e4370b92df8722c8cde30603d5c /src/part
parent815ffc58fddadaf40c1a3e100b99f4222c49d5c5 (diff)
downloadfilelight-4d05a18419267aa60ab16baa09a0e6450063fb22.tar.gz
filelight-4d05a18419267aa60ab16baa09a0e6450063fb22.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'src/part')
-rw-r--r--src/part/settingsDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/settingsDialog.cpp b/src/part/settingsDialog.cpp
index 6fa88dc..e10707c 100644
--- a/src/part/settingsDialog.cpp
+++ b/src/part/settingsDialog.cpp
@@ -52,7 +52,7 @@ SettingsDialog::SettingsDialog( TQWidget *parent, const char *name )
connect( minFontPitch, TQT_SIGNAL ( valueChanged( int ) ), TQT_SLOT( changeMinFontPitch( int ) ) );
m_addButton->setIconSet( SmallIcon( "fileopen" ) );
- m_resetButton->setIconSet( SmallIcon( "undo" ) );
+ m_resetButton->setIconSet( SmallIcon( "edit-undo" ) );
m_closeButton->setIconSet( SmallIcon( "fileclose" ) );
}