Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Dec 30, 2024
1 parent dacb18b commit 91785a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHelp/isxclasses.pas
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ TForm = class(TScrollingWinControl)
property Font: TFont; read write;
property FormStyle: TFormStyle; read write;
property KeyPreview: Boolean; read write;
property PopupMode: TPopupMenu; read write;
property PopupMode: TPopupMode; read write;
property PopupParent: TForm; read write;
property Position: TPosition; read write;
property OnActivate: TNotifyEvent; read write;
Expand Down

0 comments on commit 91785a9

Please sign in to comment.