Subversion Repositories Kolibri OS

Rev

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

Rev 6376 Rev 6378
Line 108... Line 108...
108
				continue;
108
				continue;
109
			}
109
			}
110
			strtrim(text.start);
110
			strtrim(text.start);
111
			// try to change the special symbols that may appear
111
			// try to change the special symbols that may appear
112
			text.fixSpecial();
112
			text.fixSpecial(text.start);
113
 
113
 
Line 114... Line 114...
114
			while (get_label_len(text.start) + stroka_x + 30 > list.w)
114
			while (get_label_len(text.start) + stroka_x + 30 > list.w)
115
			{
115
			{
116
				zeroch = 0;
116
				zeroch = 0;
117
				for (line_break=tag.start-1; line_break>text.start; line_break--;)
117
				for (line_break=tag.start-1; line_break>text.start; line_break--;)