Changeset 3503 for trunk/tools/editor/scripts/gui/mapeditor.py
- Timestamp:
- 11/09/10 12:31:40 (3 years ago)
- File:
-
- 1 edited
-
trunk/tools/editor/scripts/gui/mapeditor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/editor/scripts/gui/mapeditor.py
r3404 r3503 571 571 elif keystr == "i": 572 572 if self._mode != MapEditor.INSERTING: 573 self._setMode( INSERTING)573 self._setMode(MapEditor.INSERTING) 574 574 else: 575 575 self._setMode(MapEditor.SELECTING)
Note: See TracChangeset
for help on using the changeset viewer.
