From c703198ac7ec212fb22695d0080fa87eb5b8810a Mon Sep 17 00:00:00 2001 From: vincents Date: Mon, 7 May 2007 05:08:47 +0000 Subject: [PATCH] IDE: tweaks to the about Lazarus text git-svn-id: trunk@11091 - --- ide/aboutfrm.lfm | 2 +- ide/aboutfrm.lrs | 2 +- ide/lazarusidestrconsts.pas | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ide/aboutfrm.lfm b/ide/aboutfrm.lfm index 84291f441f..574fe01467 100644 --- a/ide/aboutfrm.lfm +++ b/ide/aboutfrm.lfm @@ -93,7 +93,7 @@ object AboutForm: TAboutForm Top = 6 Width = 389 Anchors = [akTop, akLeft, akRight, akBottom] - PageIndex = 2 + PageIndex = 0 object AboutPage: TPage Caption = 'About' ClientWidth = 381 diff --git a/ide/aboutfrm.lrs b/ide/aboutfrm.lrs index 56d0a923df..1ad9b81abc 100644 --- a/ide/aboutfrm.lrs +++ b/ide/aboutfrm.lrs @@ -31,7 +31,7 @@ LazarusResources.Add('TAboutForm','FORMDATA',[ +' "};'#10#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0 +#9'TNotebook'#9'Notebook1'#4'Left'#3#215#0#6'Height'#3#5#1#3'Top'#2#6#5'Widt' +'h'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'Page' - +'Index'#2#2#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3 + +'Index'#2#0#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3 +'}'#1#12'ClientHeight'#3#235#0#0#5'TMemo'#9'AboutMemo'#6'Height'#3#235#0#5'W' +'idth'#3'}'#1#5'Align'#7#8'alClient'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAut' +'oBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPage'#7'Caption'#6#12 diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 5beadbdfb8..41cacbcd50 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -706,8 +706,8 @@ resourcestring +'compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.' +'%s' +'Lazarus is the missing part of the puzzle that will allow you to ' - +'develop Delphi like programs for all of the above platforms. The IDE ' - +'is a RAD tool that includes a form designer.' + +'develop programs for all of the above platforms in a Delphi like ' + +'environment. The IDE is a RAD tool that includes a form designer.' +'%s' +'As Lazarus is growing we need more developers.'; lisAboutNoContributors = 'Cannot find contributors list.';