summaryrefslogtreecommitdiffstats
path: root/kde4-profiles/common/share/apps
diff options
context:
space:
mode:
authorJohn Balcaen <mikala@mageia.org>2011-03-11 17:16:15 +0000
committerJohn Balcaen <mikala@mageia.org>2011-03-11 17:16:15 +0000
commit76cd93b08ee4222ba44008f61ae3e830fc8c2983 (patch)
treef851f2050bcada03c567ce3e2f3f3307324b66c3 /kde4-profiles/common/share/apps
parentd13385df307f763129c3264e6c6d834d9cff73f2 (diff)
downloadconfig-76cd93b08ee4222ba44008f61ae3e830fc8c2983.tar
config-76cd93b08ee4222ba44008f61ae3e830fc8c2983.tar.gz
config-76cd93b08ee4222ba44008f61ae3e830fc8c2983.tar.bz2
config-76cd93b08ee4222ba44008f61ae3e830fc8c2983.tar.xz
config-76cd93b08ee4222ba44008f61ae3e830fc8c2983.zip
Changes on dolphinuirc:
- indentation fix
Diffstat (limited to 'kde4-profiles/common/share/apps')
-rw-r--r--kde4-profiles/common/share/apps/dolphin/dolphinui.rc66
1 files changed, 33 insertions, 33 deletions
diff --git a/kde4-profiles/common/share/apps/dolphin/dolphinui.rc b/kde4-profiles/common/share/apps/dolphin/dolphinui.rc
index c7b392c..932c2df 100644
--- a/kde4-profiles/common/share/apps/dolphin/dolphinui.rc
+++ b/kde4-profiles/common/share/apps/dolphin/dolphinui.rc
@@ -1,4 +1,4 @@
-<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="dolphin" version="13">
<MenuBar>
<Menu name="file">
@@ -12,7 +12,7 @@
<Action name="delete" />
<Separator/>
<Action name="properties" />
- <Separator weakSeparator="1"/>
+ <Separator weakSeparator="1" />
<Action name="file_quit"/>
</Menu>
<Menu name="edit">
@@ -21,7 +21,7 @@
<Action name="edit_cut" />
<Action name="edit_copy" />
<Action name="edit_paste" />
- <Separator weakSeparator="1"/>
+ <Separator weakSeparator="1" />
<Action name="select_all" />
<Action name="invert_selection" />
</Menu>
@@ -59,43 +59,43 @@
</MenuBar>
<State name="new_file">
<disable>
- <Action name="edit_undo" />
- <Action name="edit_redo" />
- <Action name="edit_cut" />
- <Action name="edit_copy" />
- <Action name="rename" />
- <Action name="move_to_trash" />
- <Action name="delete" />
- <Action name="invert_selection" />
- <Separator/>
- <Action name="go_back" />
- <Action name="go_forward" />
+ <Action name="edit_undo" />
+ <Action name="edit_redo" />
+ <Action name="edit_cut" />
+ <Action name="edit_copy" />
+ <Action name="rename" />
+ <Action name="move_to_trash" />
+ <Action name="delete" />
+ <Action name="invert_selection" />
+ <Separator/>
+ <Action name="go_back" />
+ <Action name="go_forward" />
</disable>
- </State>
+ </State>
<State name="has_selection" >
<enable>
- <Action name="edit_cut"/>
- <Action name="edit_copy"/>
- <Action name="rename"/>
- <Action name="move_to_trash" />
- <Action name="delete" />
- <Action name="invert_selection" />
- <Action name="nepomuk_annotate" />
+ <Action name="edit_cut" />
+ <Action name="edit_copy" />
+ <Action name="rename" />
+ <Action name="move_to_trash" />
+ <Action name="delete" />
+ <Action name="invert_selection" />
+ <Action name="nepomuk_annotate" />
</enable>
</State>
<State name="has_no_selection" >
<disable>
- <Action name="edit_cut" />
- <Action name="edit_copy" />
- <Action name="rename" />
- <Action name="move_to_trash" />
- <Action name="delete" />
- <Action name="delete_shortcut" />
- <Action name="invert_selection" />
- <Action name="nepomuk_annotate" />
+ <Action name="edit_cut" />
+ <Action name="edit_copy" />
+ <Action name="rename" />
+ <Action name="move_to_trash" />
+ <Action name="delete" />
+ <Action name="delete_shortcut" />
+ <Action name="invert_selection" />
+ <Action name="nepomuk_annotate" />
</disable>
</State>
- <ToolBar noMerge="1" name="mainToolBar">
+ <ToolBar noMerge="1" name="mainToolBar" >
<text context="@title:menu">Main Toolbar</text>
<Action name="go_back" />
<Action name="go_forward" />
@@ -105,7 +105,7 @@
<Action name="details" />
<Action name="columns" />
<Separator name="separator_0" />
- <Action name="edit_find" />
+ <Action name="edit_find"/>
<Action name="show_preview" />
<Action name="split_view" />
<Separator name="separator_2" />
@@ -125,5 +125,5 @@
<Action priority="0" name="edit_cut"/>
<Action priority="0" name="edit_copy"/>
<Action priority="0" name="edit_paste"/>
- </ActionProperties>
+ </ActionProperties>
</kpartgui>