From 562e44782fc8605cc7f08326ac29ef2fa6d87d44 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 3 Sep 2008 06:09:00 +0000 Subject: [PATCH] Remove no longer relevant and unimportant name from the "Thanks" box in the about dialog, move the others around in a better order of importance. --- source/about.dfm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/about.dfm b/source/about.dfm index b142e21d..886bd4a2 100644 --- a/source/about.dfm +++ b/source/about.dfm @@ -1543,14 +1543,12 @@ object AboutBox: TAboutBox Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'ZeosLib under GPL - http://sourceforge.net/projects/zeoslib/' + 'Mike Lischke for VirtualTreeView (GNU Lesser Public License)' 'SynEdit under LGPL - http://synedit.sourceforge.net' 'TNT Unicode Controls - ' 'http://www.mh-nexus.de/tntunicodecontrols.htm' - 'Inno Setup - http://www.jrsoftware.org/' - 'Sebasti'#225'n Mayor'#225' for EDBImage' - 'Daniel Hahler for the name "HeidiSQL" - http://daniel.hahler.de/' 'Mark James for his Silk icon set' - 'Mike Lischke for VirtualTreeView (GNU Lesser Public License)' + 'Inno Setup - http://www.jrsoftware.org/' 'MySQL for great database software') ReadOnly = True ScrollBars = ssVertical