Changeset 18224


Ignore:
Timestamp:
10/13/12 14:26:52 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r18072 r18224  
    595595void submenu(struct skin* listbox, struct skin* load)
    596596{
    597         if(status.security == 1)
    598         {
     597//      if(status.security == 1)
     598//      {
    599599                drawscreen(load, 0, 0);
    600600                char* tmpstr = ostrcat(((struct tithek*)listbox->select->handle)->link, NULL, 0, 0);
     
    666666                free(tmpstr1); tmpstr1 = NULL;
    667667        }
    668         else
    669                 textbox(_("Message"), _("Registration needed, please contact Atemio !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 200, 0, 0);
     668//      else
     669//              textbox(_("Message"), _("Registration needed, please contact Atemio !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 200, 0, 0);
    670670}
    671671
Note: See TracChangeset for help on using the changeset viewer.