diff options
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 3ff74749..2fc3b43d 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -111,7 +111,7 @@ root.Settings = Settings =      # default/fall back search engine      searchUrl: "http://www.google.com/search?q="      # put in an example search engine -    searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s" +    searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia"      newTabUrl: "chrome://newtab"      settingsVersion: Utils.getCurrentVersion() | 
