diff --git a/ApplicationController.m b/ApplicationController.m index 6794b14..8efcded 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -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 diff --git a/Credits.html b/Credits.html index e4ebc96..7b1759c 100644 --- a/Credits.html +++ b/Credits.html @@ -1 +1 @@ -GitX Homepage \ No newline at end of file +GitX (L) Homepage \ No newline at end of file