fix 284654 add ui for tcp timeout pref, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2005-03-26 02:04:58 +00:00
Родитель 15e62616d1
Коммит 92129fb1e6
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -59,6 +59,7 @@
<preference id="mailnews.reuse_message_window" name="mailnews.reuse_message_window" type="bool"/>
<preference id="app.update.autoUpdateEnabled" name="app.update.autoUpdateEnabled" type="bool"/>
<preference id="extensions.update.autoUpdateEnabled" name="extensions.update.autoUpdateEnabled" type="bool"/>
<preference id="mailnews.tcptimeout" name="mailnews.tcptimeout" type="int"/>
<preference id="security.disable_button.openCertManager"
name="security.disable_button.openCertManager"
type="bool"/>
@ -121,6 +122,12 @@
<separator class="thin"/>
<hbox align="center" pack="start">
<label value="&connectionTimeout.label;" accesskey="&connectionTimeout.accesskey;" control="connectionTimeoutBox" />
<textbox id="connectionTimeoutBox" size="3" preference="mailnews.tcptimeout"/>
<label value="&connectionSeconds.label;"/>
</hbox>
<hbox align="center">
<description flex="1">&offline.label;</description>
<button label="&showOfflineSettings.label;"

Просмотреть файл

@ -25,6 +25,9 @@
<!ENTITY reuseExpRadio1.accesskey "x">
<!ENTITY showOfflineSettings.label "Offline Settings...">
<!ENTITY showOfflineSettings.accesskey "f">
<!ENTITY connectionTimeout.label "Connection timeout: ">
<!ENTITY connectionTimeout.accesskey "C">
<!ENTITY connectionSeconds.label "seconds">
<!ENTITY offline.label "Configure Offline Settings">
<!-- Update -->