Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
Link to Fonts documentation page was incorrect (and broken).
  • Loading branch information
ltalirz authored and Maximus5 committed Feb 13, 2022
1 parent 4224024 commit 69989eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConEmu/OptionsClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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());
Expand Down

0 comments on commit 69989eb

Please sign in to comment.