r=mkaply
Add a default case for #ifdefs in migration XUL file
This commit is contained in:
mkaply%us.ibm.com 2004-04-29 20:46:01 +00:00
Родитель e13cd4ee1c
Коммит 7a17be4d0d
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -89,6 +89,12 @@
<radio id="seamonkey" label="&importFromSeamonkey.label;" accesskey="&importFromSeamonkey.accesskey;"/>
<radio id="dogbert" label="&importFromNetscape4.label;" accesskey="&importFromNetscape4.accesskey;"/>
<radio id="opera" label="&importFromOpera.label;" accesskey="&importFromOpera.accesskey;"/>
#endif
#ifndef XP_UNIX
#ifndef XP_WIN
<radio id="seamonkey" label="&importFromSeamonkey.label;" accesskey="&importFromSeamonkey.accesskey;"/>
<radio id="dogbert" label="&importFromNetscape4.label;" accesskey="&importFromNetscape4.accesskey;"/>
#endif
#endif
</radiogroup>
</wizardpage>