This commit is contained in:
Igor Pavlov
2017-04-30 00:00:00 +00:00
committed by Kornel
parent 603abd5528
commit 2efa10565a
442 changed files with 15479 additions and 8525 deletions

View File

@@ -29,7 +29,7 @@ static const UInt32 kLangIDs[] =
IDX_SETTINGS_LARGE_PAGES
};
static LPCWSTR kEditTopic = L"FM/options.htm#settings";
#define kSettingsTopic "FM/options.htm#settings"
extern bool IsLargePageSupported();
@@ -108,7 +108,7 @@ LONG CSettingsPage::OnApply()
void CSettingsPage::OnNotifyHelp()
{
ShowHelpWindow(NULL, kEditTopic); // change it
ShowHelpWindow(kSettingsTopic);
}
bool CSettingsPage::OnButtonClicked(int buttonID, HWND buttonHWND)