Changeset 838
- Timestamp:
- 05/19/03 09:56:58 (5 years ago)
- Files:
-
- Nuku/trunk/Controller.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Nuku/trunk/Controller.m
r832 r838 1 /* $Id: Controller.m,v 1. 9 2003/04/14 02:58:06morris Exp $ */1 /* $Id: Controller.m,v 1.10 2003/05/19 07:56:58 morris Exp $ */ 2 2 3 3 /* … … 265 265 // --- get the name of the selected button and the correct name 266 266 clickedButton = [sender cellAtRow:[sender selectedRow] column:[sender selectedColumn]]; 267 clickedKana = [clickedButton alternateTitle];267 clickedKana = [clickedButton title]; 268 268 currentKana = [_tutor getCurrentKanaName]; 269 269 [_tutor setCurrentKanaName:currentKana]; 270 270 271 if([clickedKana isEqualToString: currentKana])271 if([clickedKana isEqualToString:[_tutor getExpandedKanaName:currentKana]]) 272 272 [self userWasCorrect:clickedKana]; 273 273 else
