Moved include for Windows compilation; minor doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1185,6 +1185,11 @@ char *RegisterSetting(char *settingName, char *settingValue, bool interactive)
|
||||
upperCaseNames = StringTobool(settingValue);
|
||||
else if (StringMatch(settingName, "ignoreBadRefs", FALSE, TRUE))
|
||||
ignoreBadRefs = StringTobool(settingValue);
|
||||
else if (StringMatch(settingName, "htmlFaceName", FALSE, TRUE))
|
||||
{
|
||||
delete[] htmlFaceName;
|
||||
htmlFaceName = copystring(settingValue);
|
||||
}
|
||||
else if (StringMatch(settingName, "winHelpTitle", FALSE, TRUE))
|
||||
{
|
||||
if (winHelpTitle)
|
||||
|
Reference in New Issue
Block a user