diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:12:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:12:12 -0500 |
commit | c0309fa1cf8e6b937d8172522cb02af55055fcb9 (patch) | |
tree | a1a791ce74fbbe9c491374ed930f46c4eb055c02 | |
parent | a2797c697ebe5ad28a19dadf911e24ec46be2cf4 (diff) | |
download | kdirstat-c0309fa1cf8e6b937d8172522cb02af55055fcb9.tar.gz kdirstat-c0309fa1cf8e6b937d8172522cb02af55055fcb9.zip |
Bring up, down, top, and bottom icons into XDG compliance
-rw-r--r-- | kdirstat/kdirstatapp.cpp | 2 |
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" ); |