hedgewars/uStore.pas
changeset 2154 3d2917be12c3
parent 2153 e41fdfaa8edd
child 2161 0c8634241fa4
equal deleted inserted replaced
2153:e41fdfaa8edd 2154:3d2917be12c3
   712 edgeWidth:= SpritesData[edge].Width;
   712 edgeWidth:= SpritesData[edge].Width;
   713 cornerWidth:= SpritesData[corner].Width;
   713 cornerWidth:= SpritesData[corner].Width;
   714 cornerHeight:= SpritesData[corner].Height;
   714 cornerHeight:= SpritesData[corner].Height;
   715 // This one screws up WrapText
   715 // This one screws up WrapText
   716 //s:= 'This is the song that never ends.  ''cause it goes on and on my friends. Some people, started singing it not knowing what it was. And they''ll just go on singing it forever just because... This is the song that never ends...';
   716 //s:= 'This is the song that never ends.  ''cause it goes on and on my friends. Some people, started singing it not knowing what it was. And they''ll just go on singing it forever just because... This is the song that never ends...';
   717 // This one doesn't
   717 // This one does not
   718 //s:= 'This is the song that never ends.  cause it goes on and on my friends. Some people, started singing it not knowing what it was. And they will go on singing it forever just because... This is the song that never ends... ';
   718 //s:= 'This is the song that never ends.  cause it goes on and on my friends. Some people, started singing it not knowing what it was. And they will go on singing it forever just because... This is the song that never ends... ';
   719 
   719 
   720 numLines:= 0;
   720 numLines:= 0;
   721 
   721 
   722 if length(s) = 0 then s:= '...';
   722 if length(s) = 0 then s:= '...';