Skip to content

Commit 085dfb8

Browse files
committed
credits
1 parent 51a2a18 commit 085dfb8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ApplicationController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ - (IBAction)showAboutPanel:(id)sender
133133
if (gitversion)
134134
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:gitversion, @"Version", nil]];
135135

136+
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (L)", @"ApplicationName", nil]];
137+
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"(c) Pieter de Bie,2008\n(c) German Laullon,2011\nAnd more...", @"Copyright", nil]];
138+
136139
#ifdef DEBUG_BUILD
137140
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (DEBUG)", @"ApplicationName", nil]];
138141
#endif

Credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="http://GitX.frim.nl">GitX Homepage</a>
1+
<a href="http://GitX.laullon.com">GitX (L) Homepage</a>

0 commit comments

Comments
 (0)