зеркало из https://github.com/mozilla/pjs.git
Making the Colors and Links tab the default (bug 158152).
This commit is contained in:
Родитель
9b57cc7ac7
Коммит
bd22004b31
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {};
|
||||
CLASS = FontReceiverView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {delegate = id; };
|
||||
SUPERCLASS = NSView;
|
||||
},
|
||||
{
|
||||
CLASS = NSPreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {_firstKeyView = id; _initialKeyView = id; _lastKeyView = id; _window = id; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
buttonClicked = id;
|
||||
colorChanged = id;
|
||||
fontChoiceButtonClicked = id;
|
||||
fontRegionListClicked = id;
|
||||
};
|
||||
CLASS = OrgMozillaChimeraPreferenceAppearance;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
checkboxUnderlineLinks = NSButton;
|
||||
checkboxUseMyColors = NSButton;
|
||||
colorwellBackgroundColor = NSColorWell;
|
||||
colorwellTextColor = NSColorWell;
|
||||
colorwellUnvisitedLinks = NSColorWell;
|
||||
colorwellVisitedLinks = NSColorWell;
|
||||
fontSampleCursive = NSTextField;
|
||||
fontSampleMonospace = NSTextField;
|
||||
fontSampleSansSerif = NSTextField;
|
||||
fontSampleSerif = NSTextField;
|
||||
matrixChooseFont = NSMatrix;
|
||||
tabView = NSTabView;
|
||||
tableViewFontRegion = NSTableView;
|
||||
};
|
||||
SUPERCLASS = PreferencePaneBase;
|
||||
},
|
||||
{
|
||||
ACTIONS = {buttonClicked = id; colorChanged = id; };
|
||||
CLASS = PreferencePaneBase;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
checkboxUnderlineLinks = NSButton;
|
||||
checkboxUseMyColors = NSButton;
|
||||
colorwellBackgroundColor = NSColorWell;
|
||||
colorwellTextColor = NSColorWell;
|
||||
colorwellUnvisitedLinks = NSColorWell;
|
||||
colorwellVisitedLinks = NSColorWell;
|
||||
};
|
||||
SUPERCLASS = NSPreferencePane;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>46 53 550 332 0 0 1152 746 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>214</key>
|
||||
<string>70 395 152 96 0 0 1152 746 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>248.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>99</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5S66</string>
|
||||
</dict>
|
||||
</plist>
|
Двоичный файл не отображается.
|
@ -2,7 +2,6 @@
|
|||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {};
|
||||
CLASS = FontReceiverView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {delegate = id; };
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>46 53 550 332 0 0 1152 746 </string>
|
||||
<string>39 49 550 332 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>214</key>
|
||||
|
|
Двоичные данные
camino/PreferencePanes/Appearance/English.lproj/Appearance.nib/objects.nib
сгенерированный
Двоичные данные
camino/PreferencePanes/Appearance/English.lproj/Appearance.nib/objects.nib
сгенерированный
Двоичный файл не отображается.
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {};
|
||||
CLASS = FontReceiverView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {delegate = id; };
|
||||
SUPERCLASS = NSView;
|
||||
},
|
||||
{
|
||||
CLASS = NSPreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {_firstKeyView = id; _initialKeyView = id; _lastKeyView = id; _window = id; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
buttonClicked = id;
|
||||
colorChanged = id;
|
||||
fontChoiceButtonClicked = id;
|
||||
fontRegionListClicked = id;
|
||||
};
|
||||
CLASS = OrgMozillaChimeraPreferenceAppearance;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
checkboxUnderlineLinks = NSButton;
|
||||
checkboxUseMyColors = NSButton;
|
||||
colorwellBackgroundColor = NSColorWell;
|
||||
colorwellTextColor = NSColorWell;
|
||||
colorwellUnvisitedLinks = NSColorWell;
|
||||
colorwellVisitedLinks = NSColorWell;
|
||||
fontSampleCursive = NSTextField;
|
||||
fontSampleMonospace = NSTextField;
|
||||
fontSampleSansSerif = NSTextField;
|
||||
fontSampleSerif = NSTextField;
|
||||
matrixChooseFont = NSMatrix;
|
||||
tabView = NSTabView;
|
||||
tableViewFontRegion = NSTableView;
|
||||
};
|
||||
SUPERCLASS = PreferencePaneBase;
|
||||
},
|
||||
{
|
||||
ACTIONS = {buttonClicked = id; colorChanged = id; };
|
||||
CLASS = PreferencePaneBase;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
checkboxUnderlineLinks = NSButton;
|
||||
checkboxUseMyColors = NSButton;
|
||||
colorwellBackgroundColor = NSColorWell;
|
||||
colorwellTextColor = NSColorWell;
|
||||
colorwellUnvisitedLinks = NSColorWell;
|
||||
colorwellVisitedLinks = NSColorWell;
|
||||
};
|
||||
SUPERCLASS = NSPreferencePane;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>46 53 550 332 0 0 1152 746 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>214</key>
|
||||
<string>70 395 152 96 0 0 1152 746 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>248.0</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>99</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5S66</string>
|
||||
</dict>
|
||||
</plist>
|
Двоичный файл не отображается.
|
@ -2,7 +2,6 @@
|
|||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {};
|
||||
CLASS = FontReceiverView;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {delegate = id; };
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>46 53 550 332 0 0 1152 746 </string>
|
||||
<string>39 49 550 332 0 0 1280 1002 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>214</key>
|
||||
|
|
Двоичные данные
chimera/PreferencePanes/Appearance/English.lproj/Appearance.nib/objects.nib
сгенерированный
Двоичные данные
chimera/PreferencePanes/Appearance/English.lproj/Appearance.nib/objects.nib
сгенерированный
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче