clean up extra tab view in nib files
git-svn-id: svn://10.0.0.236/trunk@166865 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Binary file not shown.
@@ -14,10 +14,8 @@
|
||||
},
|
||||
{
|
||||
ACTIONS = {
|
||||
checkboxClicked = id;
|
||||
checkboxStartPageClicked = id;
|
||||
checkboxUseSystemHomePageClicked = id;
|
||||
chooseDownloadFolder = id;
|
||||
clearDiskCache = id;
|
||||
clearGlobalHistory = id;
|
||||
historyDaysModified = id;
|
||||
@@ -28,8 +26,6 @@
|
||||
checkboxNewTabBlank = NSButton;
|
||||
checkboxNewWindowBlank = NSButton;
|
||||
checkboxUseSystemHomePage = NSButton;
|
||||
mDownloadFolder = NSPopUpButton;
|
||||
mEnableHelperApps = NSButton;
|
||||
textFieldHistoryDays = NSTextField;
|
||||
textFieldHomePage = NSTextField;
|
||||
};
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
<string>364.0</string>
|
||||
<key>IBGroupedObjects</key>
|
||||
<dict>
|
||||
<key>5</key>
|
||||
<key>8</key>
|
||||
<array>
|
||||
<string>12</string>
|
||||
<string>24</string>
|
||||
<string>56</string>
|
||||
<string>331</string>
|
||||
<string>321</string>
|
||||
<string>334</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>IBLastGroupID</key>
|
||||
<string>8</string>
|
||||
<string>9</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</integer>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -51,7 +51,6 @@
|
||||
|
||||
- (IBAction)checkboxClicked:(id)sender
|
||||
{
|
||||
NSLog(@"called mofo");
|
||||
if (!mPrefService)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user