mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Fix help link
This commit is contained in:
parent
801a8a9e7b
commit
f066f2b499
@ -2007,7 +2007,7 @@ namespace Nikse.SubtitleEdit.Forms.Options
|
||||
}
|
||||
else if (e.KeyCode == UiUtil.HelpKeys)
|
||||
{
|
||||
UiUtil.ShowHelp("#Settings");
|
||||
UiUtil.ShowHelp("#settings");
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user