From 8de3008fde3824e84717634768172d4a2d699a1d Mon Sep 17 00:00:00 2001 From: utak3r Date: Sun, 11 Sep 2005 20:20:30 +0000 Subject: [PATCH] Version info corrected --- 2.10/Source/Main.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2.10/Source/Main.pas b/2.10/Source/Main.pas index 1ebbdc6..b4f2ccf 100644 --- a/2.10/Source/Main.pas +++ b/2.10/Source/Main.pas @@ -2100,7 +2100,7 @@ begin mnuListRename.Enabled := True; mnuItemDelete.Enabled := True; OpenFile := OpenDialog.FileName; - MainForm.Caption := 'Apophysis 2.02zx' + ' - ' + OpenFile; // --Z-- + MainForm.Caption := 'Apophysis 2.02j' + ' - ' + OpenFile; // --Z-- OpenFileType := ftXML; if UpperCase(ExtractFileExt(OpenDialog.FileName)) = '.IFS' then begin @@ -2220,7 +2220,7 @@ begin RandomBatch; OpenFile := AppPath + 'apophysis.rand'; OpenFileType := ftXML; - MainForm.Caption := 'Apophysis 2.02zx' + ' - Random Batch'; + MainForm.Caption := 'Apophysis 2.02j' + ' - Random Batch'; ListXML(OpenFile, 1); ListView.SetFocus; if batchsize = 1 then DrawFlame; @@ -2642,7 +2642,7 @@ begin MainCp.Width := image.width; MainCp.Height := Image.Height; RandomBatch; - MainForm.Caption := 'Apophysis 2.02zx' + ' - Random Batch'; + MainForm.Caption := 'Apophysis 2.02j' + ' - Random Batch'; OpenFile := AppPath + 'apophysis.rand'; ListXML(OpenFile, 1); OpenFileType := ftXML; @@ -2662,7 +2662,7 @@ begin OpenFileType := ftXML; MainForm.ListView.Selected := MainForm.ListView.Items[0]; end; - MainForm.Caption := 'Apophysis 2.02zx' + ' - ' + defFlameFile; + MainForm.Caption := 'Apophysis 2.02j' + ' - ' + defFlameFile; end; ListView.SetFocus; CanDrawOnResize := True;