Skip to content

Commit

Permalink
Show the History.txt node in the "What's New" menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed Mar 17, 2024
1 parent 79112f4 commit f35695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kn_Main.pas
Expand Up @@ -3766,7 +3766,7 @@ procedure TForm_Main.DisplayHistoryFile;
var
fn : string;
begin
ActiveKeyNoteHelp(_KNT_HELP_FILE_NOTE_WHATSNEW_ID, 2, 0); // What's New [2]
ActiveKeyNoteHelp(_KNT_HELP_FILE_NOTE_WHATSNEW_ID, 4, 0); // History.txt [4]
{
fn := extractfilepath( Application.Exename ) + 'doc\history.txt';
if FileExists( fn ) then
Expand Down

0 comments on commit f35695e

Please sign in to comment.