Changeset 5909 for code/branches/core5/src
- Timestamp:
- Oct 8, 2009, 9:13:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/input/Button.cc
r5738 r5909 173 173 if (!eval.isValid()) 174 174 { 175 parseError("Command evaluation failed.", true);175 parseError("Command evaluation of \"" + commandStr + "\"failed.", true); 176 176 continue; 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.