changes for 1.2 M1 release packaging.

This commit is contained in:
markpollack
2008-08-04 20:14:18 +00:00
parent 651ab8ef8c
commit ec5b3278f7
51 changed files with 10928 additions and 28 deletions

View File

@@ -0,0 +1,4 @@
IF (MenuGroup.Text <> ) THEN Next.Enabled := True;
IF (MenuGroup.Text = ) THEN Next.Enabled := False;
IF (ISNT.Caption = TRUE) THEN AllUsers.Enabled := True;
IF (ISNT.Caption <> TRUE) THEN AllUsers.Enabled := False;