Index: AAPClient/UI/DrieKnoppenScherm.pas =================================================================== diff -u -r142 -r143 --- AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 142) +++ AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 143) @@ -128,13 +128,13 @@ begin PopupScherm := TfmPopupScherm.Create(self); PopupScherm.lblWaarschuwing.Caption := Melding; - PopupScherm.pnlbtnActie1.Caption := Actie1; + PopupScherm.lblActie1.Caption := Actie1; //indien nodig twee textknoppen zichtbaar maken if Actie2 <> '' then begin PopupScherm.pnlbtnActie1.Width := 134; PopupScherm.pnlbtnActie2.Visible := True; - PopupScherm.pnlbtnActie2.Caption := Actie2; + PopupScherm.lblActie2.Caption := Actie2; PopupScherm.imgActie1.Left := 35; PopupScherm.imgActie2.Left := 35; end;