Kaydet (Commit) 266defb7 authored tarafından Andras Timar's avatar Andras Timar

indent line in merged description.xml

üst 7c22d03f
...@@ -672,7 +672,7 @@ void XRMResMerge::WorkOnDesc( ...@@ -672,7 +672,7 @@ void XRMResMerge::WorkOnDesc(
( sContent != "-" ) && ( sContent.Len())) ( sContent != "-" ) && ( sContent.Len()))
{ {
ByteString sText( sContent ); ByteString sText( sContent );
ByteString sAdditionalLine( "\n" ); ByteString sAdditionalLine( "\n " );
sAdditionalLine += rOpenTag; sAdditionalLine += rOpenTag;
ByteString sSearch = sLangAttribute; ByteString sSearch = sLangAttribute;
sSearch += "=\""; sSearch += "=\"";
...@@ -778,7 +778,7 @@ void XRMResMerge::EndOfText( ...@@ -778,7 +778,7 @@ void XRMResMerge::EndOfText(
( sContent != "-" ) && ( sContent.Len())) ( sContent != "-" ) && ( sContent.Len()))
{ {
ByteString sText( sContent ); ByteString sText( sContent );
ByteString sAdditionalLine( "\n" ); ByteString sAdditionalLine( "\n " );
sAdditionalLine += rOpenTag; sAdditionalLine += rOpenTag;
ByteString sSearch = sLangAttribute; ByteString sSearch = sLangAttribute;
sSearch += "=\""; sSearch += "=\"";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment