Ignore:
Timestamp:
11/27/13 15:29:04 (11 years ago)
Author:
jts21
Message:

Updated JfxBrowser to use search engine variable, and also fixed some logic errors in it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/UserSettings.java

    r504 r544  
    7070
    7171        public static Text StatTemplate = null;
     72       
     73        // The URL to prepend to web searches
     74        public static final String defaultSearchEngine = "https://duckduckgo.com/?q=";
     75        public static String searchEngine = defaultSearchEngine;
    7276
    7377        // add default values
Note: See TracChangeset for help on using the changeset viewer.