diff options
| author | David Faure <[email protected]> | 2008-06-13 10:58:26 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-06-13 10:58:26 +0000 |
| commit | b17a5814d0e77a59a392efc9b6328c540fd1fe8a (patch) | |
| tree | 6b9c994f3aa205ccdf03da7a09365a112881cbd1 | |
| parent | fe1d38f0234694eb179b7740c876c7c5c54c06ae (diff) | |
Fix the "No text" menu appearing in konqueror while browsing directories. Sorry for message freeze breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=820149
| -rw-r--r-- | src/dolphinpart.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index de271b5d6..e285437d5 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -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" /> |
