Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6364 → Rev 6365

/programs/media/animage/trunk/animage.asm
106,6 → 106,8
;--------get memory and draw window of program-------------
;----------------------------------------------------------
call GetMemory
mov [Current_instrument],10 ;pencil
call TakeButtonInstruments ;set startup instrument
call cleare_work_arrea
call load_icons
call init_main_menu
114,7 → 116,6
mov eax,CursorsID
call load_cursors
 
call drawwin
;---------------------------------------------------------
;---------check loading of file from parameters-----------
;---------------------------------------------------------
139,8 → 140,6
;OpenDialog initialisation
stdcall [OpenDialog_Init], OpenDialog_data
;---------------------------------------------------------------------
mov [Current_instrument],10 ;pencil
call TakeButtonInstruments ;set startup instrument
 
align 4
red:
283,8 → 282,6
Icon_Y rd 1
counter rd 1
counter2 rd 1
menu_counter rd 1
counter_11 rd 1
number_panel rd 1
number_menu rd 1