bug 373530 - Add missing accesskey to General prefs tab. Patch by C��dric Corazza <cedric.corazza@wanadoo.fr>, r=lilmatt

This commit is contained in:
mattwillis%gmail.com 2007-03-11 19:03:55 +00:00
Родитель 92ddbc20db
Коммит 85e714384e
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -128,8 +128,10 @@
<groupbox>
<caption label="&pref.refreshbox.label;"/>
<hbox align="center">
<checkbox label="&pref.autorefresh.label;"
preference="calendar.autorefresh.enabled"/>
<checkbox id="autorefreshenabled"
label="&pref.autorefresh.label;"
preference="calendar.autorefresh.enabled"
accesskey="&pref.autorefresh.accesskey;"/>
<textbox id="refreshtimeout"
preference="calendar.autorefresh.timeout"
maxlength="3"

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

@ -51,3 +51,4 @@
<!ENTITY pref.defaultsnoozelength.accesskey "S">
<!ENTITY pref.refreshbox.label "Refresh Settings" >
<!ENTITY pref.autorefresh.label "Refresh calendars every" >
<!ENTITY pref.autorefresh.accesskey "R" >