mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix the "No text" menu appearing in konqueror while browsing directories. Sorry for message freeze breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=820149
This commit is contained in:
parent
1c71158dfa
commit
ff16406a9a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||||
<kpartgui name="dolphinpart" version="8" >
|
||||
<kpartgui name="dolphinpart" version="9" >
|
||||
<MenuBar>
|
||||
<Menu name="edit">
|
||||
<Action name="new_menu"/>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<Action name="go_trash"/>
|
||||
<Action name="go_autostart"/>
|
||||
</Menu>
|
||||
<Menu name="tools">
|
||||
<Menu name="tools"><text context="@title:menu">Tools</text>
|
||||
<Action name="open_terminal"/>
|
||||
<Action name="find_file" />
|
||||
<Action name="show_filter_bar" />
|
||||
|
|
Loading…
Reference in a new issue