Update pref panels so exported symbols are unique. follows apple's guidelines.

This commit is contained in:
pinkerton%netscape.com 2002-05-29 14:19:17 +00:00
Родитель e8be494fce
Коммит 8d1fcff6ba
20 изменённых файлов: 44 добавлений и 44 удалений

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

@ -2460,7 +2460,7 @@
<key>CFBundleIconFile</key>
<string>Privacy.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PrivacyPrefPane</string>
<string>org.mozilla.chimera.preference.privacy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2476,7 +2476,7 @@
<key>NSMainNibFile</key>
<string>Privacy</string>
<key>NSPrincipalClass</key>
<string>PrivacyPane</string>
<string>OrgMozillaChimeraPreferencePrivacy</string>
</dict>
</plist>
";
@ -2821,7 +2821,7 @@
<key>CFBundleIconFile</key>
<string>Personal.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PersonalPrefPane</string>
<string>org.mozilla.chimera.preference.personal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2839,7 +2839,7 @@
<key>NSPrefPaneIconFIle</key>
<string>Personal.tiff</string>
<key>NSPrincipalClass</key>
<string>PersonalPane</string>
<string>OrgMozillaChimeraPreferencePersonal</string>
</dict>
</plist>
";

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

@ -1,7 +1,7 @@
( Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane
)

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

@ -2,11 +2,11 @@
{
identifier = chimera;
panes = (
Chimera.SitesPrefPane,
Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane,
Chimera.AdvancedPrefPane
);

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

@ -1,7 +1,7 @@
#import <Cocoa/Cocoa.h>
#import <PreferencePanes/NSPreferencePane.h>
@interface PersonalPane : NSPreferencePane
@interface OrgMozillaChimeraPreferencePersonal : NSPreferencePane
{
}

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

@ -1,6 +1,6 @@
#import "PersonalPane.h"
@implementation PersonalPane
@implementation OrgMozillaChimeraPreferencePersonal
- (id) initWithBundle:(NSBundle *) bundle {

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

@ -1,7 +1,7 @@
#import <Cocoa/Cocoa.h>
#import <PreferencePanes/NSPreferencePane.h>
@interface PrivacyPane : NSPreferencePane
@interface OrgMozillaChimeraPreferencePrivacy : NSPreferencePane
{
IBOutlet id mCookies;
IBOutlet NSButton* mPromptForCookie;

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

@ -6,7 +6,7 @@
#include "nsCCookieManager.h"
#include "nsICacheService.h"
@implementation PrivacyPane
@implementation OrgMozillaChimeraPreferencePrivacy
- (void) dealloc
{

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

@ -2460,7 +2460,7 @@
<key>CFBundleIconFile</key>
<string>Privacy.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PrivacyPrefPane</string>
<string>org.mozilla.chimera.preference.privacy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2476,7 +2476,7 @@
<key>NSMainNibFile</key>
<string>Privacy</string>
<key>NSPrincipalClass</key>
<string>PrivacyPane</string>
<string>OrgMozillaChimeraPreferencePrivacy</string>
</dict>
</plist>
";
@ -2821,7 +2821,7 @@
<key>CFBundleIconFile</key>
<string>Personal.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PersonalPrefPane</string>
<string>org.mozilla.chimera.preference.personal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2839,7 +2839,7 @@
<key>NSPrefPaneIconFIle</key>
<string>Personal.tiff</string>
<key>NSPrincipalClass</key>
<string>PersonalPane</string>
<string>OrgMozillaChimeraPreferencePersonal</string>
</dict>
</plist>
";

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

@ -1,7 +1,7 @@
( Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane
)

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

@ -2,11 +2,11 @@
{
identifier = chimera;
panes = (
Chimera.SitesPrefPane,
Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane,
Chimera.AdvancedPrefPane
);

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

@ -2460,7 +2460,7 @@
<key>CFBundleIconFile</key>
<string>Privacy.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PrivacyPrefPane</string>
<string>org.mozilla.chimera.preference.privacy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2476,7 +2476,7 @@
<key>NSMainNibFile</key>
<string>Privacy</string>
<key>NSPrincipalClass</key>
<string>PrivacyPane</string>
<string>OrgMozillaChimeraPreferencePrivacy</string>
</dict>
</plist>
";
@ -2821,7 +2821,7 @@
<key>CFBundleIconFile</key>
<string>Personal.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PersonalPrefPane</string>
<string>org.mozilla.chimera.preference.personal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2839,7 +2839,7 @@
<key>NSPrefPaneIconFIle</key>
<string>Personal.tiff</string>
<key>NSPrincipalClass</key>
<string>PersonalPane</string>
<string>OrgMozillaChimeraPreferencePersonal</string>
</dict>
</plist>
";

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

@ -1,7 +1,7 @@
( Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane
)

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

@ -2,11 +2,11 @@
{
identifier = chimera;
panes = (
Chimera.SitesPrefPane,
Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane,
Chimera.AdvancedPrefPane
);

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

@ -1,7 +1,7 @@
#import <Cocoa/Cocoa.h>
#import <PreferencePanes/NSPreferencePane.h>
@interface PersonalPane : NSPreferencePane
@interface OrgMozillaChimeraPreferencePersonal : NSPreferencePane
{
}

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

@ -1,6 +1,6 @@
#import "PersonalPane.h"
@implementation PersonalPane
@implementation OrgMozillaChimeraPreferencePersonal
- (id) initWithBundle:(NSBundle *) bundle {

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

@ -1,7 +1,7 @@
#import <Cocoa/Cocoa.h>
#import <PreferencePanes/NSPreferencePane.h>
@interface PrivacyPane : NSPreferencePane
@interface OrgMozillaChimeraPreferencePrivacy : NSPreferencePane
{
IBOutlet id mCookies;
IBOutlet NSButton* mPromptForCookie;

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

@ -6,7 +6,7 @@
#include "nsCCookieManager.h"
#include "nsICacheService.h"
@implementation PrivacyPane
@implementation OrgMozillaChimeraPreferencePrivacy
- (void) dealloc
{

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

@ -2460,7 +2460,7 @@
<key>CFBundleIconFile</key>
<string>Privacy.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PrivacyPrefPane</string>
<string>org.mozilla.chimera.preference.privacy</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2476,7 +2476,7 @@
<key>NSMainNibFile</key>
<string>Privacy</string>
<key>NSPrincipalClass</key>
<string>PrivacyPane</string>
<string>OrgMozillaChimeraPreferencePrivacy</string>
</dict>
</plist>
";
@ -2821,7 +2821,7 @@
<key>CFBundleIconFile</key>
<string>Personal.tiff</string>
<key>CFBundleIdentifier</key>
<string>Chimera.PersonalPrefPane</string>
<string>org.mozilla.chimera.preference.personal</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -2839,7 +2839,7 @@
<key>NSPrefPaneIconFIle</key>
<string>Personal.tiff</string>
<key>NSPrincipalClass</key>
<string>PersonalPane</string>
<string>OrgMozillaChimeraPreferencePersonal</string>
</dict>
</plist>
";

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

@ -1,7 +1,7 @@
( Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane
)

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

@ -2,11 +2,11 @@
{
identifier = chimera;
panes = (
Chimera.SitesPrefPane,
Chimera.SitesPrefPane,
Chimera.BrowsingPrefPane,
Chimera.PersonalPrefPane,
org.mozilla.chimera.preference.personal,
Chimera.HelpersPrefPane,
Chimera.PrivacyPrefPane,
org.mozilla.chimera.preference.privacy,
Chimera.SecurityPrefPane,
Chimera.AdvancedPrefPane
);