Index: AAPClient/UI/DrieKnoppenScherm.pas =================================================================== diff -u -r22 -r24 --- AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 22) +++ AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 24) @@ -56,17 +56,14 @@ btnCentraalOnder.Images := fImagesScherm.ilAlgemeen32; btnRechtsOnder.Images := fImagesScherm.ilAlgemeen32; - if actLinksOnder<>nil then begin + if btnLinksOnder.Action <> nil then begin btnLinksOnder.Visible := true; - btnLinksOnder.Caption := actLinksOnder.Caption; end; - if actCentraalOnder<>nil then begin + if btnCentraalOnder.Action <> nil then begin btnCentraalOnder.Visible := true; - btnCentraalOnder.Caption := actCentraalOnder.Caption; end; - if actRechtsOnder<>nil then begin + if btnRechtsOnder.Action <> nil then begin btnRechtsOnder.Visible := true; - btnRechtsOnder.Caption := actRechtsOnder.Caption; end; if lblGebruiker.Caption <> '' then begin