don't use -- inside XML comments, this is not allowed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-29 16:30:29 +00:00
parent 0900766967
commit d195f10fe3

View File

@@ -80,8 +80,8 @@ Format-specific notes:
<!--
We need to re-define the resource compiler, used by bakefile when compiling
resources, to the resource compiler returned by 'wx-config --rescomp' since
'wx-config --rescomp' returns both the name of the resource compiler to use
resources, to the resource compiler returned by 'wx-config &#45;-rescomp' since
'wx-config &#45;-rescomp' returns both the name of the resource compiler to use
and the flags required for that compiler (rcflags are rccompiler-specific
and thus it would be wrong to use them with other resource compilers).