зеркало из https://github.com/mozilla/gecko-dev.git
Bug #255809 --> Migration wizard on unix and OS X are showing all of the available migrations instead
of just the ones for that platform.
This commit is contained in:
Родитель
77fbff63fc
Коммит
7af08a3797
|
@ -67,11 +67,26 @@
|
|||
#endif
|
||||
|
||||
<radiogroup id="importSourceGroup">
|
||||
|
||||
<radio id="seamonkey" label="&importFromSeamonkey.label;" accesskey="&importFromSeamonkey.accesskey;"/>
|
||||
|
||||
#ifdef XP_WIN
|
||||
<radio id="oexpress" label="&importFromOExpress.label;" accesskey="&importFromOExpress.accesskey;"/>
|
||||
<radio id="outlook" label="&importFromOutlook.label;" accesskey="&importFromOutlook.accesskey;"/>
|
||||
#endif
|
||||
|
||||
<radio id="dogbert" label="&importFromNetscape4.label;" accesskey="&importFromNetscape4.accesskey;"/>
|
||||
|
||||
#ifdef XP_UNIX
|
||||
#ifdef XP_MACOSX
|
||||
<radio id="eudora" label="&importFromEudora.label;" accesskey="&importFromEudora.accesskey;"/>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
<radio id="eudora" label="&importFromEudora.label;" accesskey="&importFromEudora.accesskey;"/>
|
||||
#endif
|
||||
|
||||
<radio id="nothing" label="&importFromNothing.label;" accesskey="&importFromNothing.accesskey;" hidden="true"/>
|
||||
</radiogroup>
|
||||
</wizardpage>
|
||||
|
|
Загрузка…
Ссылка в новой задаче