summaryrefslogtreecommitdiff
path: root/src/rekonqui.rc
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-28 23:46:38 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-28 23:46:38 +0100
commit651f97d0652e90ab1af4e80418f42468cc5932e2 (patch)
treefe10764bde9c29e790624d43737180816c4f23ac /src/rekonqui.rc
parentastyle. First round.. (diff)
downloadrekonq-651f97d0652e90ab1af4e80418f42468cc5932e2.tar.xz
pedantic
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r--src/rekonqui.rc28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc
index 332e04fe..babf2c62 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="31">
+<gui name="rekonq" version="32">
<MenuBar>
@@ -8,17 +8,17 @@
<Menu name="file" noMerge="1"><text>&amp;File</text>
<Action name="file_new" />
<Action name="file_open" />
- <Action name="open location" />
+ <Action name="open_location" />
<Separator/>
- <Action name="new tab" />
- <Action name="close tab" />
+ <Action name="new_tab" />
+ <Action name="close_tab" />
<Separator/>
<Action name="file_save_as" />
<Separator/>
<Action name="file_print_preview" />
<Action name="file_print" />
<Separator/>
- <Action name="private browsing" />
+ <Action name="private_browsing" />
<Separator/>
<Action name="file_quit" />
</Menu>
@@ -39,14 +39,14 @@
<!-- ============ VIEW menu =========== -->
<Menu name="view" noMerge="1"><text>&amp;View</text>
- <Action name="stop reload" />
+ <Action name="stop_reload" />
<Action name="go_home" />
<Separator/>
- <Action name="bigger font" />
- <Action name="normal font" />
- <Action name="smaller font" />
+ <Action name="bigger_font" />
+ <Action name="normal_font" />
+ <Action name="smaller_font" />
<Separator/>
- <Action name="page source" />
+ <Action name="page_source" />
</Menu>
<!-- ============ GO menu =========== -->
@@ -59,7 +59,7 @@
<!-- ============ TOOLS menu =========== -->
<Menu name="tools">
<Action name="downloads" />
- <Action name="web inspector" />
+ <Action name="web_inspector" />
</Menu>
<!-- ============ SETTINGS menu =========== -->
@@ -69,9 +69,9 @@
<!-- ============ Main ToolBar =========== -->
<ToolBar name="mainToolBar" fullWidth="true" position="top" iconText="iconOnly" newline="true" noMerge="1"><text>Main Toolbar</text>
- <Action name="history back" />
- <Action name="history forward" />
- <Action name="stop reload" />
+ <Action name="history_back" />
+ <Action name="history_forward" />
+ <Action name="stop_reload" />
<Action name="go_home" />
</ToolBar>