Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Mar 15, 2015
1 parent f738ba7 commit cd36896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,4 +7,5 @@ build
*.mode2v3
*.moved-aside
xcuserdata
xcshareddata

2 changes: 1 addition & 1 deletion ThymeAppDelegate.m
Expand Up @@ -547,7 +547,7 @@ - (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sende
[alert release];
alert = nil;

if (answer == NSAlertAlternateReturn)
if (answer == NSAlertSecondButtonReturn)
return NSTerminateCancel;
}

Expand Down

0 comments on commit cd36896

Please sign in to comment.