Skip to content

Commit

Permalink
Fixed: Contextual help in File|Export ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed Jan 27, 2025
1 parent 15938f0 commit e8e117c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion structure/kn_ExportNew.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ procedure TForm_ExportNew.Btn_TknHlpClick(Sender: TObject);

procedure TForm_ExportNew.Button_HelpClick(Sender: TObject);
begin
ActiveKeyNoteHelp(Pages.ActivePage.HelpContext); // Node
ActiveKeyNoteHelp(PChar(Pages.ActivePage.HelpKeyword)); // Node+Marker
//Application.HelpCommand( HELP_CONTEXT, HelpContext );
end;

Expand Down
1 change: 0 additions & 1 deletion structure/kn_filemgr.pas
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ TForm_KntFileMgr = class(TForm)
procedure TVPaintText(Sender: TBaseVirtualTree; const TargetCanvas: TCanvas;
Node: PVirtualNode; Column: TColumnIndex; TextType: TVSTTextType);
procedure TVSelectionChange(Sender: TBaseVirtualTree; Node: PVirtualNode);
procedure TVmgrDblClick(Sender: TObject);
procedure TVDblClick(Sender: TObject);

private
Expand Down

0 comments on commit e8e117c

Please sign in to comment.