comparison gui/skin/skin.c @ 32910:f34e21c5dc2f

Improve documentation on dlabel. Throughout the skin documentation 'width' is used, so use it instead of 'length' for the dlabel documentation, too. Additionally, the German translation has been revised.
author ib
date Wed, 02 Mar 2011 13:30:44 +0000
parents c873777e957d
children e06fbdd8eb46
comparison
equal deleted inserted replaced
32909:39d7be48ee84 32910:f34e21c5dc2f
701 strcpy(item->label, tmp); 701 strcpy(item->label, tmp);
702 702
703 return 0; 703 return 0;
704 } 704 }
705 705
706 // dlabel=x,y,length,align,fontfile,"text" 706 // dlabel=x,y,width,align,fontfile,"text"
707 static int cmd_dlabel(char *in) 707 static int cmd_dlabel(char *in)
708 { 708 {
709 char tmp[512]; 709 char tmp[512];
710 char sid[64]; 710 char sid[64];
711 int x, y, sx, id, a; 711 int x, y, sx, id, a;