diff options
| author | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
| commit | 163fa7ce30c0bd1b18d0c750bf9358560c2db7af (patch) | |
| tree | cf99237a8dd236324fa1fd7967712f861be0477b /src/dolphinui.rc | |
| parent | cb2b58535bedacbec50b3dad9680b1fa4fe30a9e (diff) | |
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 3a15a6d66..ec10babfd 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -25,7 +25,6 @@ <text>View Mode</text> <Action name="icons" /> <Action name="details" /> - <Action name="previews" /> </Menu> <Menu name="sort" > <text>Sort</text> @@ -35,6 +34,7 @@ <Separator/> <Action name="descending" /> </Menu> + <Action name="show_preview" /> <Action name="show_hidden_files" /> <Separator/> <Action name="split_view" /> @@ -102,8 +102,8 @@ <Separator name="separator_1" /> <Action name="icons" /> <Action name="details" /> - <Action name="previews" /> <Separator name="separator_0" /> + <Action name="show_preview" /> <Action name="split_view" /> </ToolBar> <ActionProperties> |
