Improved the safety backups: after restore, the original filename and directory are set. It uses a GIF application extension to save the data in the files (Only used for safety backups, it won't affect the GIFs that you save)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1467 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-04-27 23:21:29 +00:00
parent e4de7a0210
commit eb9145346f
4 changed files with 125 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ if OK == true then
if clean == 1 then
for c = #colors+1, 255, 1 do
for c = #colors+1, 256, 1 do
setcolor(c-1,0,0,0)
end
end