Skip to content

Commit

Permalink
adding missing quote mark in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Carlsen committed Jun 13, 2009
1 parent cdb5c7b commit 2b311aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ofxiPhoneAlertView:
otherButtons.push_back("Button 1");
otherButtons.push_back("Button 2");
// the args are: title, message, cancel button title ("" == omitted), vector of other button titles
ofxiPhoneAlertView *alert = new ofxiPhoneAlertView("Title,"Here is the alert message.","",otherButtons);
ofxiPhoneAlertView *alert = new ofxiPhoneAlertView("Title","Here is the alert message.","",otherButtons);
// display the alert view
alert->show();

Expand Down

0 comments on commit 2b311aa

Please sign in to comment.