Update
This commit is contained in:
		
							parent
							
								
									55d277bac7
								
							
						
					
					
						commit
						c9ea28b613
					
				|  | @ -1,7 +1,7 @@ | |||
| <!DOCTYPE gui> | ||||
| <gui translationDomain="kxmlgui5" name="dolphin" version="38"> | ||||
| <gui translationDomain="kxmlgui5" version="38" name="dolphin"> | ||||
|  <MenuBar alreadyVisited="1"> | ||||
|   <Menu name="file" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="file"> | ||||
|    <text translationDomain="kxmlgui5">&File</text> | ||||
|    <Action name="file_new"/> | ||||
|    <Separator weakSeparator="1"/> | ||||
|  | @ -26,7 +26,7 @@ | |||
|    <Separator weakSeparator="1"/> | ||||
|    <Action name="file_quit"/> | ||||
|   </Menu> | ||||
|   <Menu name="edit" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="edit"> | ||||
|    <text translationDomain="kxmlgui5">&Edit</text> | ||||
|    <Action name="edit_undo"/> | ||||
|    <Separator weakSeparator="1"/> | ||||
|  | @ -54,7 +54,7 @@ | |||
|    <Action name="edit_select_all"/> | ||||
|    <Action name="invert_selection"/> | ||||
|   </Menu> | ||||
|   <Menu name="view" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="view"> | ||||
|    <text translationDomain="kxmlgui5">&View</text> | ||||
|    <Action name="view_zoom_in"/> | ||||
|    <Action name="view_zoom_out"/> | ||||
|  | @ -78,15 +78,15 @@ | |||
|    <Action name="stop"/> | ||||
|    <Separator/> | ||||
|    <Action name="panels"/> | ||||
|    <Menu name="location_bar" noMerge="1" icon="edit-select-text"> | ||||
|     <text translationDomain="dolphin" context="@title:menu">Location Bar</text> | ||||
|    <Menu noMerge="1" icon="edit-select-text" name="location_bar"> | ||||
|     <text context="@title:menu" translationDomain="dolphin">Location Bar</text> | ||||
|     <Action name="editable_location"/> | ||||
|     <Action name="replace_location"/> | ||||
|    </Menu> | ||||
|    <Separator/> | ||||
|    <Action name="view_properties"/> | ||||
|   </Menu> | ||||
|   <Menu name="go" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="go"> | ||||
|    <text translationDomain="kxmlgui5">&Go</text> | ||||
|    <Action name="go_up"/> | ||||
|    <Action name="go_back"/> | ||||
|  | @ -100,7 +100,10 @@ | |||
|   <Separator weakSeparator="1"/> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Menu name="tools" alreadyVisited="1" noMerge="1"> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="tools"> | ||||
|    <text translationDomain="kxmlgui5">&Tools</text> | ||||
|    <Action name="open_preferred_search_tool"/> | ||||
|    <Action name="open_terminal"/> | ||||
|  | @ -109,7 +112,7 @@ | |||
|    <Action name="compare_files"/> | ||||
|    <Action name="change_remote_encoding"/> | ||||
|   </Menu> | ||||
|   <Menu name="settings" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="settings"> | ||||
|    <text translationDomain="kxmlgui5">&Settings</text> | ||||
|    <Action name="options_show_menubar"/> | ||||
|    <Merge name="StandardToolBarMenuHandler"/> | ||||
|  | @ -122,7 +125,7 @@ | |||
|    <Action name="options_configure"/> | ||||
|   </Menu> | ||||
|   <Separator weakSeparator="1"/> | ||||
|   <Menu name="help" alreadyVisited="1" noMerge="1"> | ||||
|   <Menu alreadyVisited="1" noMerge="1" name="help"> | ||||
|    <text translationDomain="kxmlgui5">&Help</text> | ||||
|    <Action name="help_contents"/> | ||||
|    <Action name="help_whats_this"/> | ||||
|  | @ -136,11 +139,11 @@ | |||
|    <Action name="help_about_kde"/> | ||||
|   </Menu> | ||||
|  </MenuBar> | ||||
|  <ToolBar name="mainToolBar" alreadyVisited="1" noMerge="1"> | ||||
|  <ToolBar alreadyVisited="1" noMerge="1" name="mainToolBar"> | ||||
|   <Action name="go_home"/> | ||||
|   <Action name="open_terminal_here"/> | ||||
|   <Separator name="separator_0"/> | ||||
|   <text translationDomain="dolphin" context="@title:menu">Main Toolbar</text> | ||||
|   <text context="@title:menu" translationDomain="dolphin">Main Toolbar</text> | ||||
|   <Action name="go_back"/> | ||||
|   <Action name="go_up"/> | ||||
|   <Action name="go_forward"/> | ||||
|  | @ -155,6 +158,7 @@ | |||
|   <Action name="compact"/> | ||||
|   <Action name="details"/> | ||||
|   <Separator name="separator_4"/> | ||||
|   <Action name="toggle_search"/> | ||||
|   <Action name="toggle_filter"/> | ||||
|   <Action name="sort"/> | ||||
|   <Action name="show_hidden_files"/> | ||||
|  | @ -162,7 +166,6 @@ | |||
|   <Action name="split_view"/> | ||||
|   <Action name="split_stash"/> | ||||
|   <Separator name="separator_6"/> | ||||
|   <Action name="toggle_search"/> | ||||
|   <Action name="hamburger_menu"/> | ||||
|  </ToolBar> | ||||
|  <State name="new_file"> | ||||
|  | @ -191,27 +194,27 @@ | |||
|   </disable> | ||||
|  </State> | ||||
|  <ActionProperties scheme="Default"> | ||||
|   <Action name="go_back" priority="0"/> | ||||
|   <Action name="go_forward" priority="0"/> | ||||
|   <Action name="go_up" priority="0"/> | ||||
|   <Action name="go_home" priority="0"/> | ||||
|   <Action name="stop" priority="0"/> | ||||
|   <Action name="icons" priority="0"/> | ||||
|   <Action name="compact" priority="0"/> | ||||
|   <Action name="details" priority="0"/> | ||||
|   <Action name="view_zoom_in" priority="0"/> | ||||
|   <Action name="view_zoom_reset" priority="0"/> | ||||
|   <Action name="view_zoom_out" priority="0"/> | ||||
|   <Action name="edit_cut" priority="0"/> | ||||
|   <Action name="edit_copy" priority="0"/> | ||||
|   <Action name="edit_paste" priority="0"/> | ||||
|   <Action name="toggle_search" priority="0"/> | ||||
|   <Action name="toggle_filter" priority="0"/> | ||||
|   <Action name="show_hidden_files" priority="0"/> | ||||
|   <Action name="open_terminal_here" priority="0"/> | ||||
|   <Action name="new_tab" priority="0"/> | ||||
|   <Action name="view_redisplay" priority="0"/> | ||||
|   <Action name="closed_tabs" priority="0"/> | ||||
|   <Action name="sort" priority="0"/> | ||||
|   <Action priority="0" name="go_back"/> | ||||
|   <Action priority="0" name="go_forward"/> | ||||
|   <Action priority="0" name="go_up"/> | ||||
|   <Action priority="0" name="go_home"/> | ||||
|   <Action priority="0" name="stop"/> | ||||
|   <Action priority="0" name="icons"/> | ||||
|   <Action priority="0" name="compact"/> | ||||
|   <Action priority="0" name="details"/> | ||||
|   <Action priority="0" name="view_zoom_in"/> | ||||
|   <Action priority="0" name="view_zoom_reset"/> | ||||
|   <Action priority="0" name="view_zoom_out"/> | ||||
|   <Action priority="0" name="edit_cut"/> | ||||
|   <Action priority="0" name="edit_copy"/> | ||||
|   <Action priority="0" name="edit_paste"/> | ||||
|   <Action priority="0" name="toggle_search"/> | ||||
|   <Action priority="0" name="toggle_filter"/> | ||||
|   <Action priority="0" name="show_hidden_files"/> | ||||
|   <Action priority="0" name="open_terminal_here"/> | ||||
|   <Action priority="0" name="new_tab"/> | ||||
|   <Action priority="0" name="view_redisplay"/> | ||||
|   <Action priority="0" name="closed_tabs"/> | ||||
|   <Action priority="0" name="sort"/> | ||||
|  </ActionProperties> | ||||
| </gui> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue