This commit is contained in:
German Laullon
2011-02-24 23:03:31 -08:00
parent 51a2a1858e
commit 085dfb8881
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -133,6 +133,9 @@
if (gitversion)
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:gitversion, @"Version", nil]];
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (L)", @"ApplicationName", nil]];
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"(c) Pieter de Bie,2008\n(c) German Laullon,2011\nAnd more...", @"Copyright", nil]];
#ifdef DEBUG_BUILD
[dict addEntriesFromDictionary:[[NSDictionary alloc] initWithObjectsAndKeys:@"GitX (DEBUG)", @"ApplicationName", nil]];
#endif
+1 -1
View File
@@ -1 +1 @@
<a href="http://GitX.frim.nl">GitX Homepage</a>
<a href="http://GitX.laullon.com">GitX (L) Homepage</a>