Changeset 5909 for code/branches
- Timestamp:
- Oct 8, 2009, 9:13:24 PM (15 years ago)
- Location:
- code/branches/core5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/data/defaultConfig/keybindings.ini
r5863 r5909 43 43 KeyGrave="openConsole" 44 44 KeyH= 45 KeyHome= showGUI45 KeyHome= 46 46 KeyI= 47 47 KeyInsert= -
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.