Fix the default location-entry-search value
This commit is contained in:
parent
7474e41abd
commit
1a1cb73ca3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue