Fix the default location-entry-search value

This commit is contained in:
Christian Dywan 2008-05-07 16:40:53 +02:00
parent 7474e41abd
commit 1a1cb73ca3
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
"location-entry-search",
_("Location entry Search"),
_("The search to perform inside the location entry"),
"http://www.google.com/search/?q=%s",
"http://www.google.com/search?q=%s",
flags));
g_object_class_install_property (gobject_class,