From 085dfb888120e32a84b85db96701581bd9d2d05c Mon Sep 17 00:00:00 2001 From: German Laullon Date: Thu, 24 Feb 2011 23:03:31 -0800 Subject: [PATCH] credits --- ApplicationController.m | 3 +++ Credits.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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