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