From 69989ebd167f7761d6d466d0fc860bf5ffe91a1a Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Tue, 14 Dec 2021 11:59:37 +0100 Subject: [PATCH] docs: fix broken link Link to Fonts documentation page was incorrect (and broken). --- src/ConEmu/OptionsClass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ConEmu/OptionsClass.cpp b/src/ConEmu/OptionsClass.cpp index 8dbb50996..74e43c90a 100644 --- a/src/ConEmu/OptionsClass.cpp +++ b/src/ConEmu/OptionsClass.cpp @@ -409,7 +409,7 @@ void CSettings::InitVars_Pages() { // При добавлении вкладки нужно добавить OnInitDialog_XXX в pageOpProc {IDD_SPG_GENERAL, 0, lng_SpgGeneral, thi_General, L"SettingsFast.html", CSetPgGeneral::Create}, - {IDD_SPG_FONTS, 1, lng_SpgFonts, thi_Fonts, L"SettingsMain.html", CSetPgFonts::Create}, + {IDD_SPG_FONTS, 1, lng_SpgFonts, thi_Fonts, L"SettingsFonts.html", CSetPgFonts::Create}, {IDD_SPG_SIZEPOS, 1, lng_SpgSizePos, thi_SizePos, L"SettingsSizePos.html", CSetPgSizePos::Create}, {IDD_SPG_APPEAR, 1, lng_SpgAppear, thi_Appear, L"SettingsAppearance.html", CSetPgAppear::Create}, {IDD_SPG_QUAKE, 1, lng_SpgQuake, thi_Quake, L"SettingsQuake.html", CSetPgQuake::Create}, @@ -1757,7 +1757,7 @@ void CSettings::Dialog(int IdShowPage /*= 0*/) { const TabHwndIndex lastPageId = gpSetCls->m_LastActivePageId; TabHwndIndex showPage = thi_Last; - + if (!ghOpWnd || !IsWindow(ghOpWnd)) { _ASSERTE(isMainThread());