Changes to detect unresolved references (REF NOT FOUND) during HTML conversion

Filenames with underscores are no longer reported as errant uses of '_' character
Minor GUI display tweeks.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-05-25 13:02:53 +00:00
parent c0ffb626ed
commit 31ad62bc09
3 changed files with 7 additions and 3 deletions

View File

@@ -3375,7 +3375,7 @@ bool RTFOnArgument(int macroId, int arg_no, bool start)
else
{
TexOutput("??");
sprintf(buf, "Warning: unresolved reference %s.", refName);
sprintf(buf, "Warning: unresolved reference '%s'", refName);
OnInform(buf);
}
}