Mercurial > hg > soniczoomios
diff PresetAlertViewController.mm @ 32:ab7c86d0f3d8
V0.3 SZBeta sent out. bristol tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Mar 2013 14:54:55 +0000 |
parents | 23ef179c3748 |
children | a42903c61558 |
line wrap: on
line diff
--- a/PresetAlertViewController.mm Fri Mar 01 13:28:45 2013 +0000 +++ b/PresetAlertViewController.mm Fri Mar 08 14:54:55 2013 +0000 @@ -59,7 +59,7 @@ presetManager.printAll(); eventLogger.printAll(); }else if([[[alertView textFieldAtIndex:0] text] isEqualToString:@"questionnaire"]){ - ((testApp *)ofGetAppPtr())->interfaceSelected(3); + ((testApp *)ofGetAppPtr())->showQuestionnaire(); }else{ presetManager.addPreset([[[alertView textFieldAtIndex:0] text] cStringUsingEncoding:NSASCIIStringEncoding]); @@ -77,7 +77,7 @@ presetManager.printAll(); eventLogger.printAll(); }else if([[[self.alert textFieldAtIndex:0] text] isEqualToString:@"questionnaire"]){ - ((testApp *)ofGetAppPtr())->interfaceSelected(3); + ((testApp *)ofGetAppPtr())->showQuestionnaire(); }else{ presetManager.addPreset([[[self.alert textFieldAtIndex:0] text] cStringUsingEncoding:NSASCIIStringEncoding]);