--- a/hedgewars/uStore.pas Tue Aug 25 20:54:11 2009 +0000
+++ b/hedgewars/uStore.pas Wed Aug 26 20:32:27 2009 +0000
@@ -728,6 +728,7 @@
if length(s) = 0 then s:= '...';
TTF_SizeUTF8(Fontz[font].Handle, Str2PChar(s), w, h);
+if w<8 then w:= 8;
j:= 0;
if (length(s) > 20) then
begin