Skip to content

Commit f109712

Browse files
committed
Adjusted things
1 parent 8457248 commit f109712

File tree

111 files changed

+505
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+505
-170
lines changed

Anthill Cocoa/AnthillBugReporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// AnthillReporter
44
//
55
// Created by Alex Gordon on 14/02/2009.
6-
// Copyright 2009 Fileability. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import <Cocoa/Cocoa.h>

Anthill Cocoa/AnthillBugReporter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// AnthillReporter
44
//
55
// Created by Alex Gordon on 14/02/2009.
6-
// Copyright 2009 Fileability. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import "AnthillBugReporter.h"

CHLeftSplitVIew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Chocolat
44
//
55
// Created by Alex Gordon on 29/10/2009.
6-
// Copyright 2009 __MyCompanyName__. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import <Cocoa/Cocoa.h>

CHLeftSplitView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Chocolat
44
//
55
// Created by Alex Gordon on 29/10/2009.
6-
// Copyright 2009 __MyCompanyName__. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import "CHLeftSplitView.h"

CHSymbolButtonImage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Chocolat
44
//
55
// Created by Alex Gordon on 11/09/2009.
6-
// Copyright 2009 Fileability. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import <Cocoa/Cocoa.h>

CHSymbolButtonImage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Chocolat
44
//
55
// Created by Alex Gordon on 11/09/2009.
6-
// Copyright 2009 Fileability. All rights reserved.
6+
// Copyright 2009 Fileability. Written in 2010 by Fileability..
77
//
88

99
#import "CHSymbolButtonImage.h"

English.lproj/MainMenu.xib

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@
796796
<reference key="NSMenu" ref="531461334"/>
797797
<bool key="NSIsDisabled">YES</bool>
798798
<bool key="NSIsSeparator">YES</bool>
799+
<bool key="NSIsHidden">YES</bool>
799800
<string key="NSTitle"/>
800801
<string key="NSKeyEquiv"/>
801802
<int key="NSMnemonicLoc">2147483647</int>
@@ -804,6 +805,7 @@
804805
</object>
805806
<object class="NSMenuItem" id="739539978">
806807
<reference key="NSMenu" ref="531461334"/>
808+
<bool key="NSIsHidden">YES</bool>
807809
<string key="NSTitle">Previous Symbol</string>
808810
<string key="NSKeyEquiv"></string>
809811
<int key="NSKeyEquivModMask">1572864</int>
@@ -813,6 +815,7 @@
813815
</object>
814816
<object class="NSMenuItem" id="1070219007">
815817
<reference key="NSMenu" ref="531461334"/>
818+
<bool key="NSIsHidden">YES</bool>
816819
<string key="NSTitle">Next Symbol</string>
817820
<string key="NSKeyEquiv"></string>
818821
<int key="NSKeyEquivModMask">1572864</int>

HTML_Example/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ code
1717
.category
1818
{
1919
margin-top: -4px;
20+
margin-bottom: 0;
21+
padding-bottom: 8px;
2022
text-indent: 20px;
2123
font-style: italic;
2224
font-size: 13px;
@@ -134,6 +136,10 @@ code
134136

135137
border-top-style: none;
136138
}
139+
.methods div.description
140+
{
141+
margin-top: -12px;
142+
}
137143

138144
.methods .info h3
139145
{

IGKAnnotation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Ingredients
44
//
55
// Created by Jean-Nicolas Jolivet on 10-04-30.
6-
// Copyright 2010 SilverCocoa. All rights reserved.
6+
// Written in 2010 by SilverCocoa.
77
//
88

99
#import <Cocoa/Cocoa.h>

IGKAnnotation.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Ingredients
44
//
55
// Created by Jean-Nicolas Jolivet on 10-04-30.
6-
// Copyright 2010 SilverCocoa. All rights reserved.
6+
// Written in 2010 by SilverCocoa.
77
//
88

99
#import "IGKAnnotation.h"

0 commit comments

Comments
 (0)