r=pedemont, sr=blizzard
OS/2 only - add prefs to set default telnet params
This commit is contained in:
mkaply%us.ibm.com 2002-05-30 21:46:58 +00:00
parent bc9d897eb4
commit 7566840f82

View File

@ -206,3 +206,7 @@ pref("font.substitute_vector_fonts", true);
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
pref("applications.telnet", "telnetpm.exe");
pref("applications.telnet.host", "%host%");
pref("applications.telnet.port", "-p %port%");