forked from KolibriOS/kolibrios
remove .txt extension from button caption
fixed issue 21 git-svn-id: svn://kolibrios.org@4717 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2b2b2306cd
commit
6fafe38cf6
@ -126,7 +126,8 @@ red:
|
|||||||
sub esi, 4 ;remove .txt extension
|
sub esi, 4 ;remove .txt extension
|
||||||
mcall ,,[sc.work_button_text]
|
mcall ,,[sc.work_button_text]
|
||||||
pop ecx
|
pop ecx
|
||||||
add edx,esi
|
add esi, 4
|
||||||
|
add edx, esi
|
||||||
add ebx,16
|
add ebx,16
|
||||||
loop .list
|
loop .list
|
||||||
mcall 12,2
|
mcall 12,2
|
||||||
|
Loading…
Reference in New Issue
Block a user