summaryrefslogtreecommitdiffstats
path: root/kdirstat
diff options
context:
space:
mode:
Diffstat (limited to 'kdirstat')
-rw-r--r--kdirstat/kdirstatapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/kdirstatapp.cpp b/kdirstat/kdirstatapp.cpp
index 1b24b3c..0103aa5 100644
--- a/kdirstat/kdirstatapp.cpp
+++ b/kdirstat/kdirstatapp.cpp
@@ -183,7 +183,7 @@ KDirStatApp::initActions()
TQT_TQOBJECT(this), TQT_SLOT( treemapZoomOut() ),
actionCollection(), "treemap_zoom_out" );
- _treemapSelectParent= new TDEAction( i18n( "Select Parent" ), "up", Key_Asterisk,
+ _treemapSelectParent= new TDEAction( i18n( "Select Parent" ), "go-up", Key_Asterisk,
TQT_TQOBJECT(this), TQT_SLOT( treemapSelectParent() ),
actionCollection(), "treemap_select_parent" );