Add Nemanja (commandline parser) to authors list. Some GUI adjustments in the about window needed because that list got longer.

This commit is contained in:
Ansgar Becker
2007-12-02 07:52:04 +00:00
parent 68c3f7aaeb
commit d6cda29f14
2 changed files with 10 additions and 6 deletions

View File

@ -65,6 +65,7 @@ http://www.heidisql.com/donate.php
- Sven Lorenz (graphics) - Sven Lorenz (graphics)
- Mikkel M. Gerhardt-Pedersen (additional bugfixes) - Mikkel M. Gerhardt-Pedersen (additional bugfixes)
- Tony Peng (additional bugfixes) - Tony Peng (additional bugfixes)
- Nemanja Čorlija (commandline parser)
---------------------------------------- ----------------------------------------

View File

@ -1235,21 +1235,22 @@ object AboutBox: TAboutBox
end end
object LabelThanks: TLabel object LabelThanks: TLabel
Left = 10 Left = 10
Top = 229 Top = 245
Width = 66 Width = 66
Height = 13 Height = 13
Caption = 'Thanks go to:' Caption = 'Thanks go to:'
end end
object MemoThanks: TMemo object MemoThanks: TMemo
Left = 10 Left = 10
Top = 248 Top = 264
Width = 376 Width = 376
Height = 115 Height = 99
Anchors = [akLeft, akTop, akRight, akBottom] Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = ( Lines.Strings = (
'ZeosLib under GPL - http://sourceforge.net/projects/zeoslib/' 'ZeosLib under GPL - http://sourceforge.net/projects/zeoslib/'
'SynEdit under LGPL - http://synedit.sourceforge.net' 'SynEdit under LGPL - http://synedit.sourceforge.net'
'TNT Unicode Controls - http://www.mh-nexus.de/tntunicodecontrols.htm' 'TNT Unicode Controls - '
'http://www.mh-nexus.de/tntunicodecontrols.htm'
'Inno Setup - http://www.jrsoftware.org/' 'Inno Setup - http://www.jrsoftware.org/'
'Sebasti'#225'n Mayor'#225' for EDBImage' 'Sebasti'#225'n Mayor'#225' for EDBImage'
'Daniel Hahler for the name "HeidiSQL" - http://daniel.hahler.de/' 'Daniel Hahler for the name "HeidiSQL" - http://daniel.hahler.de/'
@ -1257,13 +1258,14 @@ object AboutBox: TAboutBox
'Mike Lischke for VirtualTreeView (GNU Lesser Public License)' 'Mike Lischke for VirtualTreeView (GNU Lesser Public License)'
'MySQL for great database software') 'MySQL for great database software')
ReadOnly = True ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0 TabOrder = 0
end end
object MemoAuthors: TMemo object MemoAuthors: TMemo
Left = 10 Left = 10
Top = 120 Top = 120
Width = 376 Width = 376
Height = 97 Height = 119
Anchors = [akLeft, akTop, akRight] Anchors = [akLeft, akTop, akRight]
Lines.Strings = ( Lines.Strings = (
'- Ansgar Becker (project lead and development)' '- Ansgar Becker (project lead and development)'
@ -1272,7 +1274,8 @@ object AboutBox: TAboutBox
'- Martijn Nijenhof (development)' '- Martijn Nijenhof (development)'
'- Sven Lorenz (graphics)' '- Sven Lorenz (graphics)'
'- Mikkel M. Gerhardt-Pedersen (additional bugfixes)' '- Mikkel M. Gerhardt-Pedersen (additional bugfixes)'
'- Tony Peng (additional bugfixes)') '- Tony Peng (additional bugfixes)'
'- Nemanja Corlija (commandline parser)')
ReadOnly = True ReadOnly = True
TabOrder = 1 TabOrder = 1
end end