зеркало из https://github.com/mozilla/pjs.git
bug fix for 166948 - change baked in url for plugin finder service
r=peterl@netscape.com sr=beard@netscape.com
This commit is contained in:
Родитель
0824c0ef08
Коммит
351621761d
|
@ -108,7 +108,7 @@ public:
|
|||
|
||||
#define PLUGINFINDER_COMMAND_BEGINNING "javascript:window.open(\""
|
||||
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizable=no,scrollbars=no,height=252,width=626\");"
|
||||
#define DEFAULT_PLUGINFINDER_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
|
||||
#define DEFAULT_PLUGINFINDER_URL "http://plugins.netscape.com/plug-in_finder.adp"
|
||||
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html"
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#define CLICK_WHEN_DONE "Click here after installing the plugin"
|
||||
|
||||
#define REFRESH_PLUGIN_LIST "javascript:navigator.plugins.refresh(true)"
|
||||
#define PLUGINSPAGE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi" /* XXX Branding: make configurable via .properties or prefs */
|
||||
#define PLUGINSPAGE_URL "http://plugins.netscape.com/plug-in_finder.adp" /* XXX Branding: make configurable via .properties or prefs */
|
||||
#define OK_BUTTON "OK"
|
||||
#define CANCEL_BUTTON "CANCEL"
|
||||
#if defined(HPUX)
|
||||
|
|
|
@ -105,12 +105,12 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#define PAGE_URL_FOR_JAVASCRIPT "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
|
||||
#define PAGE_URL_FOR_JAVASCRIPT "http://plugins.netscape.com/plug-in_finder.adp"
|
||||
|
||||
#define PLUGINFINDER_COMMAND_BEGINNING ""
|
||||
#define PLUGINFINDER_COMMAND_END ""
|
||||
#define DEFAULT_PLUGINFINDER_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
|
||||
#define JVM_SMARTUPDATE_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
|
||||
#define DEFAULT_PLUGINFINDER_URL "http://plugins.netscape.com/plug-in_finder.adp"
|
||||
#define JVM_SMARTUPDATE_URL "http://plugins.netscape.com/plug-in_finder.adp"
|
||||
|
||||
#ifdef WIN32
|
||||
#define REGISTRY_PLACE "Software\\Netscape\\Netscape Navigator\\Default Plugin"
|
||||
|
|
Загрузка…
Ссылка в новой задаче