зеркало из https://github.com/mozilla/pjs.git
fix 284654 add ui for tcp timeout pref, sr=mscott
This commit is contained in:
Родитель
15e62616d1
Коммит
92129fb1e6
|
@ -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 -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче