summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-06-18 23:03:47 +0400
committerDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-06-18 23:03:47 +0400
commit2e7d5ea7f5f4dcb24a446fc112a80d1811a3ec14 (patch)
treeed9741ccb8dbaa646477fa327f2bd99285c17313 /src/mainview.cpp
parentFile filter fix in MainView::slotFileOpen dialog. (diff)
downloadrekonq-2e7d5ea7f5f4dcb24a446fc112a80d1811a3ec14.tar.xz
Some text reformatting
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 6f3ad926..8862ee47 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -480,11 +480,10 @@ void MainView::slotCloseTab(int index)
{
if (tab->isModified())
{
- int risp = KMessageBox::questionYesNo(this ,
+ int risp = KMessageBox::questionYesNo(this,
i18n("You have modified this page and when closing it you would lose the modification.\n"
- "Do you really want to close this page?\n"),
- i18n("Do you really want to close this page?")
- );
+ "Do you really want to close this page?\n"),
+ i18n("Do you really want to close this page?"));
if (risp == KMessageBox::No)
return;
}