mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
17.00
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user