forked from KolibriOS/kolibrios
e73f2a8659
fix in 'zlib.obj', animage can save '*.png' files git-svn-id: svn://kolibrios.org@6741 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
389 B
PHP
10 lines
389 B
PHP
;**********************************************************
|
|
;------------------TEXT DATA-------------------------------
|
|
;**********************************************************
|
|
name_of_program db 'ANIMAGE graphics editor v1.52',0
|
|
mouse_pos_x db 'X='
|
|
mouse_pos_y db 'Y='
|
|
new_text1 db 'PICTURE SIZE X'
|
|
new_text2 db 'PICTURE SIZE Y'
|
|
ok_text db 'OK'
|