Subversion Repositories Kolibri OS

Rev

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

Rev 3921 Rev 3962
Line 365... Line 365...
365
;##################################################################
365
;##################################################################
366
proc DRedraw
366
proc DRedraw
367
        mcall   12,1            ;RedrawWinBeg
367
        mcall   12,1            ;RedrawWinBeg
368
        mov     edx,[sc.work]
368
        mov     edx,[sc.work]
369
        or      edx,33000000h
369
        or      edx,33000000h
-
 
370
        cmp     [DlgSelIcon],-1
-
 
371
        jne      @f
-
 
372
        mov     edi,DTitleAdd
-
 
373
        jmp     .l1
-
 
374
      @@:
-
 
375
        mov     edi,DTitleProp
-
 
376
      .l1:
370
        mcall   0,<100,400>,<100,(IMG_SIZE+SPCH)*ICONS_DRAW_COUNTH+185>,,,DTitle
377
        mcall   0,<100,400>,<100,(IMG_SIZE+SPCH)*ICONS_DRAW_COUNTH+185>,,,
Line 371... Line 378...
371
 
378
 
372
        stdcall [edit_box_draw],edtName
379
        stdcall [edit_box_draw],edtName
373
        stdcall [edit_box_draw],edtExePath
380
        stdcall [edit_box_draw],edtExePath
374
        stdcall [edit_box_draw],edtParams
381
        stdcall [edit_box_draw],edtParams