8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00
This commit is contained in:
Paul Reeves 2023-09-29 12:26:57 +02:00
parent 01f4ab1103
commit 8835dfc558

View File

@ -8,7 +8,7 @@
; for the specific language governing rights and limitations under the ; for the specific language governing rights and limitations under the
; License. ; License.
; ;
; The Original Code is copyright 2001-20016 Paul Reeves for IBPhoenix. ; The Original Code is copyright 2001-2023 Paul Reeves for IBPhoenix.
; ;
; The Initial Developer of the Original Code is Paul Reeves for IBPhoenix. ; The Initial Developer of the Original Code is Paul Reeves for IBPhoenix.
; ;
@ -722,7 +722,7 @@ begin
exit; exit;
end; end;
//By default we want to install and confugure, //By default we want to install and configure,
//unless subsequent analysis suggests otherwise. //unless subsequent analysis suggests otherwise.
InstallAndConfigure := Install + Configure; InstallAndConfigure := Install + Configure;
@ -1266,7 +1266,7 @@ begin
AdminUserPage.Values[0] :=''; AdminUserPage.Values[0] :='';
AdminUserPage.Values[1] :=''; AdminUserPage.Values[1] :='';
MsgBox(ExpandConstant('{cm:SYSDBAPasswordMismatch}'), mbError, MB_OK); MsgBox(ExpandConstant('{cm:SYSDBAPasswordMismatch}'), mbError, MB_OK);
end; end;
end; end;
end; end;
end; end;