You've already forked lazarus-ccr
jvcllaz: More improvements in JvOutlookBar component editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6358 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1101,6 +1101,7 @@ function TJvOutlookBarButtons.Add: TJvOutlookBarButton;
|
||||
begin
|
||||
Result := TJvOutlookBarButton(inherited Add);
|
||||
Result.Caption := GetUniqueButtonName(Result.GetOutlookBar);
|
||||
Result.DisplayName := Result.Caption;
|
||||
end;
|
||||
|
||||
procedure TJvOutlookBarButtons.Assign(Source: TPersistent);
|
||||
@ -1419,6 +1420,7 @@ function TJvOutlookBarPages.Add: TJvOutlookBarPage;
|
||||
begin
|
||||
Result := TJvOutlookBarPage(inherited Add);
|
||||
Result.Caption := GetUniquePageName(Result.GetOutlookBar);
|
||||
Result.DisplayName := Result.Caption;
|
||||
end;
|
||||
|
||||
procedure TJvOutlookBarPages.Assign(Source: TPersistent);
|
||||
|
Reference in New Issue
Block a user