зеркало из https://github.com/mozilla/pjs.git
hide default settings group box on mac os x
This commit is contained in:
Родитель
4cac615f79
Коммит
2cef815e3f
|
@ -51,6 +51,9 @@ var gGeneralPane = {
|
|||
|
||||
this.onReadDefaultMailPref();
|
||||
this.onReadDefaultNewsPref();
|
||||
#ifdef XP_MACOSX
|
||||
document.getElementById("defaultClientBox").hidden = true;
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
// first check whether GNOME is available. if it's not, hide the whole
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<stringbundle id="mapiBundle" src="chrome://messenger-mapi/locale/mapi.properties"/>
|
||||
<stringbundle id="brandBundle" src="chrome://global/locale/brand.properties"/>
|
||||
|
||||
<groupbox align="start">
|
||||
<groupbox align="start" id="defaultClientBox">
|
||||
<caption label="&generalSettings.caption;"/>
|
||||
|
||||
#ifdef XP_WIN
|
||||
|
@ -90,7 +90,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
<vbox align="left" id="defaultClientBox">
|
||||
<vbox align="left">
|
||||
<label value="&whenStartingCheck.label;"/>
|
||||
<grid flex="1" style="margin-left: 20px;">
|
||||
<columns>
|
||||
|
|
Загрузка…
Ссылка в новой задаче