diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:11:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:11:46 +0100 |
commit | 562c5b1284a13e1ceeff7da4d2198b995c96968b (patch) | |
tree | a706cf42f6535f9fb8ab1f6df0e25ac02f1e6f23 /src/mainwindow.cpp | |
parent | Huge update. Fixed quite all of the settings troubles.. (diff) | |
download | rekonq-562c5b1284a13e1ceeff7da4d2198b995c96968b.tar.xz |
updated TODO, fixed History menu shortcut, updated Message.sh
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e286cc36..4abfcd15 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -290,7 +290,7 @@ void MainWindow::setupHistoryMenu() HistoryMenu *historyMenu = new HistoryMenu(this); connect(historyMenu, SIGNAL(openUrl(const KUrl&)), m_view, SLOT(loadUrlInCurrentTab(const KUrl&))); connect(historyMenu, SIGNAL(hovered(const QString&)), this, SLOT(slotUpdateStatusbar(const QString&))); - historyMenu->setTitle( i18n("Hi&story") ); + historyMenu->setTitle( i18n("&History") ); menuBar()->insertMenu( actionCollection()->action("bookmarks"), historyMenu); QList<QAction*> historyActions; |