summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-11 14:34:42 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-11 14:34:42 +0100
commit72cf5c1727345cca277b36702a59c58b9be5ef58 (patch)
treeef49ebc865482c6ef7ecf507d8d740cd41e96fa4 /src/browsermainwindow.cpp
parentctrl + click open new tab AND select (diff)
downloadrekonq-72cf5c1727345cca277b36702a59c58b9be5ef58.tar.xz
( SHIFT + ) CTRL + TAB switching. Finally!!
Diffstat (limited to 'src/browsermainwindow.cpp')
-rw-r--r--src/browsermainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsermainwindow.cpp b/src/browsermainwindow.cpp
index 3375aa89..ac05a249 100644
--- a/src/browsermainwindow.cpp
+++ b/src/browsermainwindow.cpp
@@ -620,7 +620,7 @@ void BrowserMainWindow::closeEvent(QCloseEvent *event)
{
int ret = KMessageBox::warningYesNo(this,
i18n("Are you sure you want to close the window?" " There are %1 tab open" , m_tabWidget->count() ) ,
- QString() );
+ i18n("Closing") );
if (ret == KMessageBox::No)
{
event->ignore();