Tinypad 4.0.4 (put filename of current tab into open/save dialog)
git-svn-id: svn://kolibrios.org@327 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -137,14 +137,6 @@ func key.ctrl_o ;///// ENTER OPEN FILENAME ///////////////////////////////////
|
||||
mov [bot_dlg_handler],osdlg_handler
|
||||
mov [focused_tb],tb_opensave
|
||||
|
||||
mov ecx,[f_info.length]
|
||||
mov [tb_opensave.length],cl
|
||||
jecxz @f
|
||||
mov esi,f_info.path
|
||||
mov edi,tb_opensave.text
|
||||
cld
|
||||
rep movsb
|
||||
|
||||
@@: mov al,[tb_opensave.length]
|
||||
mov [tb_opensave.pos.x],al
|
||||
mov [tb_opensave.sel.x],0
|
||||
|
Reference in New Issue
Block a user