Bug #361434 --> add a separate access key for the mac system sound. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-11-28 21:15:28 +00:00
Родитель 6fb8e9b2d8
Коммит 15ad337b24
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -125,11 +125,11 @@
orient="vertical" oncommand="gGeneralPane.updatePlaySound();">
<radio value="0"
#ifdef XP_MACOSX
label="&systemsoundMac.label;"
label="&systemsoundMac.label;" accesskey="&systemsoundMac.accesskey;"
#else
label="&systemsound.label;"
label="&systemsound.label;" accesskey="&systemsound.accesskey;"
#endif
accesskey="&systemsound.accesskey;" id="system"/>
id="system"/>
<radio value="1" label="&customsound.label;"
accesskey="&customsound.accesskey;" id="custom"/>
<hbox class="indent">

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

@ -34,6 +34,7 @@
<!ENTITY play.accesskey "P">
<!ENTITY systemsound.label "Default system sound for new mail">
<!ENTITY systemsoundMac.label "System Alert Sound">
<!ENTITY systemsoundMac.accesskey "y">
<!ENTITY systemsound.accesskey "y">
<!ENTITY customsound.label "Use the following sound file">
<!ENTITY customsound.accesskey "U">