Changeset 27981 for titan/titan/global.h
- Timestamp:
- 03/27/14 23:56:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r27960 r27981 1785 1785 1786 1786 // hide this menu on all boxes without ATEMIO530 1787 if(checkbox("ATEMIO5 30") != 1)1787 if(checkbox("ATEMIO520") == 1 && checkbox("ATEMIO530") != 1 && checkbox("ATEMIO5200") != 1 && checkbox("ATEMIO5000") != 1) 1788 1788 { 1789 1789 if(ostrcmp("settings_pluginbutton", child->name) == 0) child->locked = 1;
Note: See TracChangeset
for help on using the changeset viewer.