diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:11:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:11:49 -0500 |
commit | 3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b (patch) | |
tree | 1953946b649d1f396211bf840f8d50519bcdfe44 /src/gvcore | |
parent | 8337ee88e613d3fa1633b9f106578e9527426a36 (diff) | |
download | gwenview-3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b.tar.gz gwenview-3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'src/gvcore')
-rw-r--r-- | src/gvcore/fileviewcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fileviewcontroller.cpp b/src/gvcore/fileviewcontroller.cpp index db2bc37..7e33f05 100644 --- a/src/gvcore/fileviewcontroller.cpp +++ b/src/gvcore/fileviewcontroller.cpp @@ -298,7 +298,7 @@ FileViewController::FileViewController(TQWidget* parent,TDEActionCollection* act TQApplication::reverseLayout() ? "player_rew":"player_fwd", ALT + Key_Space, TQT_TQOBJECT(this),TQT_SLOT(slotSelectNextDir()), actionCollection, "next_folder"); - mSelectFirstSubDir=new TDEAction(i18n("&First Sub Folder"), "down", ALT + Key_Down, + mSelectFirstSubDir=new TDEAction(i18n("&First Sub Folder"), "go-down", ALT + Key_Down, TQT_TQOBJECT(this),TQT_SLOT(slotSelectFirstSubDir()), actionCollection, "first_sub_folder"); mListMode=new TDERadioAction(i18n("Details"),"view_detailed",0,TQT_TQOBJECT(this),TQT_SLOT(updateViewMode()),actionCollection,"list_mode"); |