From 562c5b1284a13e1ceeff7da4d2198b995c96968b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 25 Mar 2009 01:11:46 +0100 Subject: updated TODO, fixed History menu shortcut, updated Message.sh --- src/Messages.sh | 6 +++--- src/mainwindow.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 src/Messages.sh (limited to 'src') diff --git a/src/Messages.sh b/src/Messages.sh old mode 100644 new mode 100755 index 7edde0a1..76d48b4b --- a/src/Messages.sh +++ b/src/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash -$EXTRACTRC `find . -name \*.rc` >> rc.cpp -$XGETTEXT *.cpp -o $podir/rekonq.pot -rm -f *.cpp \ No newline at end of file +$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp +$XGETTEXT `find . -name \*.cpp` -o $podir/rekonq.pot + 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 historyActions; -- cgit v1.2.1