Various fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-11-25 12:01:23 +00:00
parent 35c9d9582b
commit 6164d85e89
12 changed files with 68 additions and 59 deletions

View File

@@ -444,12 +444,12 @@ wxStringList *oglFormatText(wxDC& dc, const wxString& text, double width, double
{
word[j] = 0;
j = 0;
word_list.Append((wxObject *)copystring(word));
word_list.Add(word);
end_word = FALSE;
}
if (new_line)
{
word_list.Append((wxObject *)NULL);
word_list.Append(NULL);
new_line = FALSE;
}
}