remove Tahoma-10.fv1

This commit is contained in:
jsorg71 2007-07-03 07:17:00 +00:00
parent a2d68ac426
commit 45724a4b09
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -79,7 +79,7 @@ xrdp_font_create(struct xrdp_wm* wm)
self->wm = wm;
make_stream(s);
init_stream(s, 8192 * 2);
fd = g_file_open("Tahoma-10.fv1");
fd = g_file_open("sans-10.fv1");
if (fd != -1)
{
b = g_file_read(fd, s->data, 8192 * 2);