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.

This commit is contained in:
Ansgar Becker
2008-09-03 06:09:00 +00:00
parent 789e6672d6
commit 562e44782f

View File

@@ -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