summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-01 01:44:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-01 01:44:22 +0200
commit2c9ea8dd8a766c1518d2d09e711bde3d7e52270e (patch)
tree6081adf1fbeb0bf365a93f5104719293008cfa6c /src/mainview.cpp
parentUpdating AUTHORS. (diff)
downloadrekonq-2c9ea8dd8a766c1518d2d09e711bde3d7e52270e.tar.xz
i18n plural bugs. Courtesy patch of Kristol Baf
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 274d15de..bb016872 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -340,7 +340,7 @@ WebView *MainView::newWebView(bool makeCurrent)
if (makeCurrent)
{
- setCurrentWidget(webView); // this method does NOT take owneship of webView
+ setCurrentWidget(webView); // this method does NOT take ownership of webView
}
emit tabsChanged();