diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 00:14:44 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 00:14:44 -0500 |
commit | 0af61a3b4634c347aaee4e4afda9d3b1f22e0803 (patch) | |
tree | c1a58339b26831a5a9c2689beddd3d026601f7bf /noatun-plugins/dub | |
parent | 46ed5798f32705be7fac230478268cfbaecf1b5b (diff) | |
download | tdeaddons-0af61a3b4634c347aaee4e4afda9d3b1f22e0803.tar.gz tdeaddons-0af61a3b4634c347aaee4e4afda9d3b1f22e0803.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'noatun-plugins/dub')
-rw-r--r-- | noatun-plugins/dub/dub/fileselectorwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/dub/dub/fileselectorwidget.cpp b/noatun-plugins/dub/dub/fileselectorwidget.cpp index 46ee269..3e7ba33 100644 --- a/noatun-plugins/dub/dub/fileselectorwidget.cpp +++ b/noatun-plugins/dub/dub/fileselectorwidget.cpp @@ -51,7 +51,7 @@ FileSelectorWidget::FileSelectorWidget(TQWidget *parent) home->setPixmap(SmallIcon("gohome")); TQToolTip::add(home, i18n("Home folder")); up = new TQPushButton( /*i18n("&Up"),*/ hlow ); - up->setPixmap(SmallIcon("up")); + up->setPixmap(SmallIcon("go-up")); TQToolTip::add(up, i18n("Up one level")); back = new TQPushButton( /*i18n("&Back"),*/ hlow ); back->setPixmap(SmallIcon("back")); |