Changeset 8729 for code/trunk/data/gui/scripts/ChatBox-inputonly.lua
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/data/gui/scripts/ChatBox-inputonly.lua
r7801 r8729 1 1 -- ChatBox-inputonly.lua 2 2 3 local P = createMenuSheet("ChatBox-inputonly", true, TriBool.True, TriBool.Dontcare, false)3 local P = createMenuSheet("ChatBox-inputonly", true, tribool(true), tribool(dontcare), false) 4 4 return P 5 5
Note: See TracChangeset
for help on using the changeset viewer.