- Timestamp:
- 08/23/07 22:15:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/gui/MainCanvas.java
r85 r88 292 292 nextDisplayable = this; 293 293 } else { 294 BBTracker.log( "Unknown command: " + command + " <" + command.getLabel() + "/" + command.getLongLabel()+295 ">");294 BBTracker.log(this, "Unknown command: " + command + " <" + command.getLabel() + "/" + 295 command.getLongLabel() + ">"); 296 296 nextDisplayable = this; 297 297 }
Note: See TracChangeset
for help on using the changeset viewer.