4.0.5 (Rus)

bug-fixes:
     - correct call save-dialog for saving new files or files from folder of tinypad
   new features:
     - added prompt to save file before closing
     - added close tab button

git-svn-id: svn://kolibrios.org@595 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rus
2007-07-29 02:06:58 +00:00
parent c2cb1b6183
commit df6f93e4eb
6 changed files with 77 additions and 6 deletions

View File

@@ -108,10 +108,10 @@ func create_tab ;///// ADD TAB TO THE END ////////////////////////////////////
rep stosb
mov esi,s_defname
mov edi,cur_editor.FilePath
mov edi,cur_editor.FilePath + 1
mov ecx,s_defname.size
rep movsb
mov [cur_editor.FileName],0
mov [cur_editor.FileName],1
mov [cur_editor.Modified],0
mov [cur_editor.AsmMode],0