if (current_width > max_width)
max_width = current_width;
current = current->GetNext();
if (current_width > max_width)
max_width = current_width;
current = current->GetNext();
// Make new lines into NULL strings at this point
int i = 0; int j = 0; int len = text.Length();
wxChar word[200]; word[0] = 0;
// Make new lines into NULL strings at this point
int i = 0; int j = 0; int len = text.Length();
wxChar word[200]; word[0] = 0;