Skip to content

Commit

Permalink
Generalタブ時に正しいヘルプページが表示されるよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed Jul 26, 2024
1 parent 1422a75 commit dbf030f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions teraterm/common/helpid.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
#define HlpMenuSetupThemeEditor 43025
#define HlpMenuSetupAdditionalKeyboard 43026
#define HlpMenuSetupAdditionalMouse 43027
#define HlpMenuSetupAdditionalGeneral 43028
#define HlpMenuSetupSave 43013
#define HlpMenuSetupRestore 43014
#define HlpMenuSetupDir 43016
Expand Down
2 changes: 1 addition & 1 deletion teraterm/teraterm/general_pp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void CGeneralPropPageDlg::OnOK()

void CGeneralPropPageDlg::OnHelp()
{
PostMessage(HVTWin, WM_USER_DLGHELP2, HlpMenuSetupAdditional, 0);
PostMessage(HVTWin, WM_USER_DLGHELP2, HlpMenuSetupAdditionalGeneral, 0);
}

BOOL CGeneralPropPageDlg::OnCommand(WPARAM wParam, LPARAM lParam)
Expand Down

0 comments on commit dbf030f

Please sign in to comment.