diff --git a/applications/lazimageeditor/aboutdialog.lfm b/applications/lazimageeditor/aboutdialog.lfm
index 4294e5e7f..c00d49b0e 100644
--- a/applications/lazimageeditor/aboutdialog.lfm
+++ b/applications/lazimageeditor/aboutdialog.lfm
@@ -21,21 +21,23 @@ object AboutDialogForm: TAboutDialogForm
LCLVersion = '0.9.31'
object LabelVersion: TLabel
Left = 12
- Height = 20
- Top = 366
- Width = 73
+ Height = 18
+ Top = 368
+ Width = 76
Anchors = [akLeft, akBottom]
Caption = 'Version: 0.1'
ParentColor = False
end
object LabelAuthor: TLabel
Left = 12
- Height = 20
- Top = 391
- Width = 150
+ Height = 50
+ Top = 384
+ Width = 324
Anchors = [akLeft, akBottom]
+ AutoSize = False
Caption = 'Author: Tom Gregorovic'
ParentColor = False
+ WordWrap = True
end
object Image: TImage
Left = 12
diff --git a/applications/lazimageeditor/aboutdialog.lrs b/applications/lazimageeditor/aboutdialog.lrs
index 1b71402a8..747137154 100644
--- a/applications/lazimageeditor/aboutdialog.lrs
+++ b/applications/lazimageeditor/aboutdialog.lrs
@@ -1,5 +1,3 @@
-{ This is an automatically generated lazarus resource file }
-
LazarusResources.Add('TAboutDialogForm','FORMDATA',[
'TPF0'#16'TAboutDialogForm'#15'AboutDialogForm'#4'Left'#3#139#0#6'Height'#3
+#167#1#3'Top'#3#185#0#5'Width'#3#169#1#18'HorzScrollBar.Page'#3#143#1#18'Ver'
@@ -10,13 +8,14 @@ LazarusResources.Add('TAboutDialogForm','FORMDATA',[
+#190#174#232#189#175#233#155#133#233#187#145#10'Font.Pitch'#7#10'fpVariable'
+#12'Font.Quality'#7#7'fqDraft'#8'OnCreate'#7#10'FormCreate'#8'Position'#7#16
+'poMainFormCenter'#10'LCLVersion'#6#6'0.9.31'#0#6'TLabel'#12'LabelVersion'#4
- +'Left'#2#12#6'Height'#2#20#3'Top'#3'n'#1#5'Width'#2'I'#7'Anchors'#11#6'akLef'
+ +'Left'#2#12#6'Height'#2#18#3'Top'#3'p'#1#5'Width'#2'L'#7'Anchors'#11#6'akLef'
+'t'#8'akBottom'#0#7'Caption'#6#12'Version: 0.1'#11'ParentColor'#8#0#0#6'TLab'
- +'el'#11'LabelAuthor'#4'Left'#2#12#6'Height'#2#20#3'Top'#3#135#1#5'Width'#3
- +#150#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#22'Author: Tom Gre'
- +'gorovic'#11'ParentColor'#8#0#0#6'TImage'#5'Image'#4'Left'#2#12#6'Height'#3
- +'['#1#3'Top'#2#12#5'Width'#3#144#1#8'AutoSize'#9#0#0#7'TButton'#11'ButtonClo'
- +'se'#4'Left'#3'V'#1#6'Height'#2#25#3'Top'#3#134#1#5'Width'#2'K'#7'Anchors'#11
- +#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Ca'
- +'ption'#6#5'Close'#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#0
+ +'el'#11'LabelAuthor'#4'Left'#2#12#6'Height'#2'2'#3'Top'#3#128#1#5'Width'#3'D'
+ +#1#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#8#7'Caption'#6#22'Autho'
+ +'r: Tom Gregorovic'#11'ParentColor'#8#8'WordWrap'#9#0#0#6'TImage'#5'Image'#4
+ +'Left'#2#12#6'Height'#3'['#1#3'Top'#2#12#5'Width'#3#144#1#8'AutoSize'#9#0#0#7
+ +'TButton'#11'ButtonClose'#4'Left'#3'V'#1#6'Height'#2#25#3'Top'#3#134#1#5'Wid'
+ +'th'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorde'
+ +'r'#2#4#6'Cancel'#9#7'Caption'#6#5'Close'#11'ModalResult'#2#1#8'TabOrder'#2#0
+ +#0#0#0
]);
diff --git a/applications/lazimageeditor/build/build_package.sh b/applications/lazimageeditor/build/build_package.sh
index 5b3d51f2e..6728bd73c 100755
--- a/applications/lazimageeditor/build/build_package.sh
+++ b/applications/lazimageeditor/build/build_package.sh
@@ -8,7 +8,7 @@
##################################
PRODUCT="Lazarus Image Editor"
-VERSION="1.0"
+VERSION="0.9"
OS="linux"
EXENAME="lazimageeditor"
diff --git a/applications/lazimageeditor/iconstrconsts.pas b/applications/lazimageeditor/iconstrconsts.pas
index 12c80f483..36bd7634e 100644
--- a/applications/lazimageeditor/iconstrconsts.pas
+++ b/applications/lazimageeditor/iconstrconsts.pas
@@ -148,8 +148,8 @@ resourcestring
// Dialog About
lieAbouDialog = 'About Lazarus Image Editor';
- lieLabelVersion = 'Version: 0.1';
- lieLabelAuthor = 'Author: Tom Gregorovic';
+ lieLabelVersion = 'Version: 0.9';
+ lieLabelAuthor = 'Authors: Tom Gregorovic, Felipe Monteiro de Carvalho, Yang JiXian';
// Dialog New
lieNewDialog = 'New picture';
diff --git a/applications/lazimageeditor/lazimageeditor.lpi b/applications/lazimageeditor/lazimageeditor.lpi
index f78b7b797..463fa5a5e 100644
--- a/applications/lazimageeditor/lazimageeditor.lpi
+++ b/applications/lazimageeditor/lazimageeditor.lpi
@@ -43,7 +43,7 @@
-
+
@@ -139,11 +139,6 @@
-
-
-
-
-
diff --git a/applications/lazimageeditor/lazimageeditor.pas b/applications/lazimageeditor/lazimageeditor.pas
index 74b18a473..4f892ecd4 100644
--- a/applications/lazimageeditor/lazimageeditor.pas
+++ b/applications/lazimageeditor/lazimageeditor.pas
@@ -16,7 +16,7 @@ uses
ResizeDialog,
ResizePaperDialog,
PictureDialog,
- AboutDialog, DLBitmap, IconStrConsts, appsettings, lieconstants, ColorPalette;
+ AboutDialog, DLBitmap, IconStrConsts, appsettings, lieconstants;
{$R *.res}