diff options
author | stuconnolly <stuart02@gmail.com> | 2009-07-30 21:50:36 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-07-30 21:50:36 +0000 |
commit | 655efe985393e6ed62783672b563eb0087da646a (patch) | |
tree | a10f40b68aef363991baa97ce2f5524f28eb41bb /Source | |
parent | 9e72b900075cb73e32254754faea71882f1b8299 (diff) | |
download | sequelpro-655efe985393e6ed62783672b563eb0087da646a.tar.gz sequelpro-655efe985393e6ed62783672b563eb0087da646a.tar.bz2 sequelpro-655efe985393e6ed62783672b563eb0087da646a.zip |
- Update the 'this table does not support relations' to be a little more informative.
- Increase the size of the table selection NSPopupButton on the CSV import field mapping panel.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPTableRelations.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index 3bb1739d..3fcbe184 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -227,7 +227,7 @@ [refreshRelationsButton setEnabled:NO]; [relationsTableView setEnabled:NO]; - [labelTextField setStringValue:([tablesListInstance tableType] == SP_TABLETYPE_TABLE) ? @"This table does not support relations" : @""]; + [labelTextField setStringValue:([tablesListInstance tableType] == SP_TABLETYPE_TABLE) ? @"This table currently does not support relations. Only tables that use the InnoDB storage engine support them." : @""]; } [self _refreshRelationDataForcingCacheRefresh:NO]; |