diff options
author | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-08-17 21:39:13 +0200 |
---|---|---|
committer | Johannes Tröscher <fritz_van_tom@hotmail.com> | 2011-08-17 21:39:13 +0200 |
commit | bcacca625beb528b7d485fc2125bb08395aaea50 (patch) | |
tree | db9539878326e87195548609e25287f7e1ff9af1 | |
parent | detect zoom - and searchBar size in notifyMessage REVIEW:102338 (diff) | |
download | rekonq-bcacca625beb528b7d485fc2125bb08395aaea50.tar.xz |
fixes wrong comment in rekonqui.rc that could lead to a parsing error that leads to a crash
-rw-r--r-- | src/rekonqui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 9d8ded63..11eab44b 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="54"> +<gui name="rekonq" version="55"> <!--- =========== Rekonq Menu ============= --> <Menu name="rekonqMenu" noMerge="1"> @@ -47,7 +47,7 @@ <Action name="options_configure" /> </Menu> -<!--- --------------------------------------- --> +<!--- ====================================== --> <MenuBar> |