Changeset 22982


Ignore:
Timestamp:
08/22/13 19:39:30 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/moduleconfig.h

    r22343 r22982  
    235235        struct skin* tmp = NULL;
    236236
    237         if(checkbox("ATEMIO7600") == 1 || checkbox("ATEMIO510") == 1 || checkbox("ATEVIO700") == 1 || checkbox("ATEVIO7000") == 1)
     237        if(checkbox("ATEMIO7600") == 1 || checkbox("ATEMIO510") == 1 || checkbox("ATEVIO700") == 1 || checkbox("ATEVIO7000") == 1 || checkbox("WHITEBOX") == 1 || checkbox("ATEMIO520") == 1)
    238238                extmoduldetect->hidden = NO;
    239239        else
Note: See TracChangeset for help on using the changeset viewer.