Subversion Repositories Kolibri OS

Rev

Rev 1632 | Rev 2037 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1632 Rev 1643
Line 1... Line 1...
1
;**********************************************************
1
;**********************************************************
2
;------------------TEXT DATA-------------------------------
2
;------------------TEXT DATA-------------------------------
3
;**********************************************************
3
;**********************************************************
4
name_of_program      db 'Graphics editor <> V 1.2',0
4
name_of_program      db 'Graphics editor <> V 1.3',0
5
mouse_pos_x	     db 'X='
5
mouse_pos_x	     db 'X='
6
mouse_pos_y	     db 'Y='
6
mouse_pos_y	     db 'Y='
7
new_text1	     db 'PICTURE SIZE X'
7
new_text1	     db 'PICTURE SIZE X'
8
new_text2	     db 'PICTURE SIZE Y'
8
new_text2	     db 'PICTURE SIZE Y'
9
ok_text 	     db 'OK'
9
ok_text 	     db 'OK'