diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-01 23:53:48 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-01 23:53:48 +0200 |
commit | 892cddc30a03f32f249dadac7be4f39667bd1410 (patch) | |
tree | eb34ebea0c46e682e7cd230584d5b8c779d03354 /src/rekonqui.rc | |
parent | Importing clones PART 1 (diff) | |
download | rekonq-892cddc30a03f32f249dadac7be4f39667bd1410.tar.xz |
Fixed no more used download action && i18n --> QLatin1String on "private_browsing"..
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index bc4f9c37..4cb5bbf5 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="rekonq" version="35"> +<gui name="rekonq" version="36"> <MenuBar> @@ -58,7 +58,6 @@ <!-- ============ TOOLS menu =========== --> <Menu name="tools"> - <Action name="downloads" /> <Action name="web_inspector" /> </Menu> |