Condition causes spurious warning in dxgettext
Brought to you by:
dybdahl
If terminating semicolon of a resource string is on a line by itself as in the following example:
resourcestring
sDetailedErrorFormat =
'Message:'#13#10+
'%s'#13#10
;
dxgettext issues the following warning:
WARNING: This line is not connected with the previous line using a plus (+).