diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/findbar.cpp | 2 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | src/rekonqui.rc | 45 | 
3 files changed, 23 insertions, 26 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp index 382f9b09..6df09de1 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -30,7 +30,7 @@  #include <QtGui>  FindBar::FindBar(KXmlGuiWindow *parent) -    : KToolBar( "FindBar" , parent, Qt::BottomToolBarArea, true, false, false) +    : KToolBar( "Find Bar" , parent, Qt::BottomToolBarArea, true, false, false)      , m_lineEdit(0)  {      KAction *close = new KAction(KIcon("dialog-close") , "close" , this); diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7bf44d06..3e0d71fa 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -109,7 +109,7 @@ MainWindow::MainWindow()      navigationBar->addWidget(m_searchBar);      // Find Bar -    m_findBar = new FindBar(this); +    m_findBar = new FindBar( this );      connect( m_findBar, SIGNAL( searchString(const QString &) ), this, SLOT( slotFind(const QString &) ) );   } diff --git a/src/rekonqui.rc b/src/rekonqui.rc index a3502229..a7ab8cfb 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -2,7 +2,7 @@  <kpartgui name="rekonq" version="1">  <MenuBar>  <!--  ============ FILE menu =========== --> -  <Menu name="file" noMerge="1"><text>&File</text> +<Menu name="file" noMerge="1"><text>&File</text>      <Action name="file_new" />      <Action name="file_open" />      <Action name="open location" /> @@ -18,9 +18,9 @@      <Action name="private browsing" />      <Separator/>      <Action name="file_quit" /> -  </Menu> -  <!--  ============ EDIT menu =========== --> -  <Menu name="edit" noMerge="1"><text>&Edit</text> +</Menu> +<!--  ============ EDIT menu =========== --> +<Menu name="edit" noMerge="1"><text>&Edit</text>      <Action name="edit_undo" />      <Action name="edit_redo" />      <Separator/> @@ -33,45 +33,42 @@      <Action name="edit_find" />      <Action name="edit_find_next" />      <Action name="edit_find_prev" /> -  </Menu> -  <!--  ============ VIEW menu =========== --> -  <Menu name="view" noMerge="1"><text>&View</text> +</Menu> +<!--  ============ VIEW menu =========== --> +<Menu name="view" noMerge="1"><text>&View</text>      <Action name="view_redisplay" />      <Separator/> -<!--         <Menu name="fontmenu"> --> -<!--          <text>make text..</text> --> -        <Action name="bigger font" /> -        <Action name="normal font" /> -        <Action name="smaller font" /> -<!--         </Menu> --> +    <Action name="bigger font" /> +    <Action name="normal font" /> +    <Action name="smaller font" />      <Separator/>      <Action name="page source" />      <Action name="fullscreen" /> -  </Menu> +</Menu>  <!--  ============ GO menu =========== --> -    <Menu name="go" deleted="true"> -    </Menu> +<Menu name="go" deleted="true"> +</Menu>  <!--  ============ BOOKMARKS menu =========== -->  <Action name="bookmarks" />  <!--  ============ TOOLS menu =========== --> -    <Menu name="tools"> +<Menu name="tools">      <Action name="downloads" />      <Action name="web inspector" />  </Menu>  <!--  ============ SETTINGS menu =========== -->  <Menu name="settings" noMerge="1"><text>&Settings</text> -        <Action name="options_show_statusbar" /> -        <Separator/> -        <Action name="options_configure_keybinding"/> -        <Action name="options_configure_toolbars"/> -        <Action name="options_configure"/> +    <Action name="options_show_statusbar" /> +    <Separator/> +    <Action name="options_configure_keybinding"/> +    <Action name="options_configure_toolbars"/> +    <Action name="options_configure"/>  </Menu> +  </MenuBar>  <!--  ============ Main ToolBar =========== --> -<ToolBar name="mainToolBar" fullWidth="true" iconText="iconOnly" position="top" noMerge="1"> -    <text>Main Toolbar</text> +<ToolBar name="mainToolBar" fullWidth="true" iconText="iconOnly" position="top" noMerge="1"><text>Main Toolbar</text>      <Action name="history back" />      <Action name="history forward" />      <Action name="stop reload" />  | 
