Changeset View
Changeset View
Standalone View
Standalone View
src/dolphinui.rc
| 1 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> | 1 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> | ||
|---|---|---|---|---|---|
| 2 | <kpartgui name="dolphin" version="22"> | 2 | <kpartgui name="dolphin" version="23"> | ||
| 3 | <MenuBar> | 3 | <MenuBar> | ||
| 4 | <Menu name="file"> | 4 | <Menu name="file"> | ||
| 5 | <Action name="new_menu" /> | 5 | <Action name="new_menu" /> | ||
| 6 | <Action name="file_new" /> | 6 | <Action name="file_new" /> | ||
| 7 | <Action name="new_tab" /> | 7 | <Action name="new_tab" /> | ||
| 8 | <Action name="file_close" /> | 8 | <Action name="file_close" /> | ||
| 9 | <Action name="undo_close_tab" /> | 9 | <Action name="undo_close_tab" /> | ||
| 10 | <Separator/> | 10 | <Separator/> | ||
| ▲ Show 20 Lines • Show All 77 Lines • ▼ Show 20 Line(s) | 82 | <disable> | |||
| 88 | <Action name="delete_shortcut" /> | 88 | <Action name="delete_shortcut" /> | ||
| 89 | <Action name="invert_selection" /> | 89 | <Action name="invert_selection" /> | ||
| 90 | </disable> | 90 | </disable> | ||
| 91 | </State> | 91 | </State> | ||
| 92 | <ToolBar noMerge="1" name="mainToolBar" > | 92 | <ToolBar noMerge="1" name="mainToolBar" > | ||
| 93 | <text context="@title:menu">Main Toolbar</text> | 93 | <text context="@title:menu">Main Toolbar</text> | ||
| 94 | <Action name="go_back" /> | 94 | <Action name="go_back" /> | ||
| 95 | <Action name="go_forward" /> | 95 | <Action name="go_forward" /> | ||
| 96 | <Separator name="separator_1" /> | 96 | <Separator name="separator_1" /> | ||
ngraham: Yes, you added it here. :) | |||||
| 97 | <Action name="icons" /> | 97 | <Action name="icons" /> | ||
| 98 | <Action name="compact" /> | 98 | <Action name="compact" /> | ||
| 99 | <Action name="details" /> | 99 | <Action name="details" /> | ||
| 100 | <Separator name="separator_0" /> | 100 | <Separator name="separator_0" /> | ||
| 101 | <Action name="edit_find"/> | 101 | <Action name="sort" /> | ||
| 102 | <Action name="show_preview" /> | 102 | <Spacer name="spacer_0" /> | ||
| 103 | <Action name="split_view" /> | 103 | <Action name="split_view" /> | ||
| 104 | <Action name="split_stash" /> | 104 | <Action name="split_stash" /> | ||
| 105 | <Action name="edit_find" /> | ||||
| 105 | </ToolBar> | 106 | </ToolBar> | ||
| 106 | <ActionProperties scheme="Default"> | 107 | <ActionProperties scheme="Default"> | ||
| 107 | <Action priority="0" name="go_back"/> | 108 | <Action priority="0" name="go_back"/> | ||
| 108 | <Action priority="0" name="go_forward"/> | 109 | <Action priority="0" name="go_forward"/> | ||
| 109 | <Action priority="0" name="go_up"/> | 110 | <Action priority="0" name="go_up"/> | ||
| 110 | <Action priority="0" name="go_home"/> | 111 | <Action priority="0" name="go_home"/> | ||
| 111 | <Action priority="0" name="stop"/> | 112 | <Action priority="0" name="stop"/> | ||
| 112 | <Action priority="0" name="icons"/> | 113 | <Action priority="0" name="icons"/> | ||
| 113 | <Action priority="0" name="compact"/> | 114 | <Action priority="0" name="compact"/> | ||
| 114 | <Action priority="0" name="details"/> | 115 | <Action priority="0" name="details"/> | ||
| 115 | <Action priority="0" name="view_zoom_in"/> | 116 | <Action priority="0" name="view_zoom_in"/> | ||
| 116 | <Action priority="0" name="view_zoom_out"/> | 117 | <Action priority="0" name="view_zoom_out"/> | ||
| 117 | <Action priority="0" name="edit_cut"/> | 118 | <Action priority="0" name="edit_cut"/> | ||
| 118 | <Action priority="0" name="edit_copy"/> | 119 | <Action priority="0" name="edit_copy"/> | ||
| 119 | <Action priority="0" name="edit_paste"/> | 120 | <Action priority="0" name="edit_paste"/> | ||
| 121 | <Action priority="0" name="edit_find"/> | ||||
| 120 | </ActionProperties> | 122 | </ActionProperties> | ||
| 121 | </kpartgui> | 123 | </kpartgui> | ||
Yes, you added it here. :)