From 2d41cc7cbfd0f508521481248f9f506f28d1538f Mon Sep 17 00:00:00 2001 From: Lionel Chauvin Date: Fri, 14 Aug 2009 20:53:13 +0200 Subject: fix #203862 --- src/settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/settings.cpp b/src/settings.cpp index b5316ff5..3ca086a8 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -146,7 +146,8 @@ SettingsDialog::SettingsDialog(QWidget *parent) connect(d->cookiesModule, SIGNAL(changed(bool)), this, SLOT(updateButtons())); connect(this, SIGNAL(applyClicked()), this, SLOT(saveSettings())); - + connect(this, SIGNAL(okClicked()), this, SLOT(saveSettings())); + setWebSettingsToolTips(); } -- cgit v1.2.1