Fixed Contrast button label.

This commit is contained in:
utak3r 2005-10-29 13:21:56 +00:00
parent 0012dee5e2
commit f7deee89ab

View File

@ -1418,6 +1418,7 @@ end;
procedure TAdjustForm.mnuContrastClick(Sender: TObject);
begin
btnMenu.Caption := 'Contrast';
scrollMode := modeContrast;
BackupPal := Palette;