From 801c6ac411f787c8ad0febab9da2f1b20fc2c84e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 1 Aug 2009 02:06:55 +0200 Subject: Some string changes and various fixes --- src/mainview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 99693ed6..d7f7675b 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -102,7 +102,7 @@ public slots: * * @return a pointer to the new WebView */ - WebView *newTab(bool focus = true); + WebView *newTab(bool focused = true); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); -- cgit v1.2.1