diff options
Diffstat (limited to 'juk/statuslabel.cpp')
-rw-r--r-- | juk/statuslabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/statuslabel.cpp b/juk/statuslabel.cpp index 618668b4..4dcf5163 100644 --- a/juk/statuslabel.cpp +++ b/juk/statuslabel.cpp @@ -81,7 +81,7 @@ StatusLabel::StatusLabel(PlaylistInterface *playlist, TQWidget *parent, const ch jumpBox->setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Minimum); TQPushButton *jumpButton = new TQPushButton(jumpBox); - jumpButton->setPixmap(SmallIcon("up")); + jumpButton->setPixmap(SmallIcon("go-up")); jumpButton->setFlat(true); TQToolTip::add(jumpButton, i18n("Jump to the currently playing item")); |