diff options
author | rowanbeentje <rowan@beent.je> | 2010-04-03 12:47:59 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-04-03 12:47:59 +0000 |
commit | b7d6974ed6993727bd5bd39ec905c69eecb709b8 (patch) | |
tree | 4e623b040e8b6d642910061cf6926a0d9d9dcaff /Source/TableContent.m | |
parent | 8644a2dd40d4520ebdb0f986249e42ed378eb7b9 (diff) | |
download | sequelpro-b7d6974ed6993727bd5bd39ec905c69eecb709b8.tar.gz sequelpro-b7d6974ed6993727bd5bd39ec905c69eecb709b8.tar.bz2 sequelpro-b7d6974ed6993727bd5bd39ec905c69eecb709b8.zip |
- Merge in r2061 and r2062 prior to the release candidate
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index a0948f36..78e47b9a 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1400,7 +1400,7 @@ // If table has PRIMARY KEY ask for resetting the auto increment after deletion if given if(![[tableDataInstance statusValueForKey:@"Auto_increment"] isKindOfClass:[NSNull class]]) { [alert setShowsSuppressionButton:YES]; - [[alert suppressionButton] setState:NSOffState]; + [[alert suppressionButton] setState:NSOnState]; [[[alert suppressionButton] cell] setControlSize:NSSmallControlSize]; [[[alert suppressionButton] cell] setFont:[NSFont systemFontOfSize:11]]; [[alert suppressionButton] setTitle:NSLocalizedString(@"Reset AUTO_INCREMENT after deletion?", @"reset auto_increment after deletion of all rows message")]; |