[project @ 2004-03-28 14:09:55 by bursa]

Set type of saved text.

svn path=/import/netsurf/; revision=685
This commit is contained in:
James Bursa 2004-03-28 14:09:55 +00:00
parent 776274f4a9
commit c75b1473be
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ void ro_gui_save_datasave_ack(wimp_message *message)
if (!c)
return;
save_as_text(c, path);
xosfile_set_type(path, 0xfff);
break;
}