Subversion Repositories Kolibri OS

Rev

Rev 5707 | Rev 5723 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5707 Rev 5709
Line 52... Line 52...
52
{
52
{
53
	proc_info MenuForm;
53
	proc_info MenuForm;
54
	int index;
54
	int index;
Line 55... Line 55...
55
 
55
 
56
	menu.ClearList();
56
	menu.ClearList();
57
	menu.SetSizes(0,0,10,0,0,18);
57
	menu.SetSizes(0,0,10,0,18);
58
	for (index=0; file_captions[index]!=0; index+=3)
58
	for (index=0; file_captions[index]!=0; index+=3)
59
	{
59
	{
60
		if (itdir) && (file_captions[index+2]>=200) continue;
60
		if (itdir) && (file_captions[index+2]>=200) continue;
61
		if (strlen(file_captions[index])>menu.w) menu.w = strlen(file_captions[index]);
61
		if (strlen(file_captions[index])>menu.w) menu.w = strlen(file_captions[index]);