Changeset 21229 for titan/plugins/panel


Ignore:
Timestamp:
04/26/13 20:13:37 (11 years ago)
Author:
nit
Message:

[titan] change writevfd to writevfdmenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/panel/panel_main.h

    r18186 r21229  
    119119        {
    120120                status.updatevfd = PAUSE;
    121                 writevfd(listbox->select->text);
     121                writevfdmenu(listbox->select->text);
    122122        }
    123123
     
    147147                drawscreen(panel_main, 0, 0);
    148148                if(listbox->select != NULL)
    149                         writevfd(listbox->select->text);
     149                        writevfdmenu(listbox->select->text);
    150150        }
    151151
Note: See TracChangeset for help on using the changeset viewer.