forked from KolibriOS/kolibrios
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user