aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableRelations.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-07-30 21:50:36 +0000
committerstuconnolly <stuart02@gmail.com>2009-07-30 21:50:36 +0000
commit655efe985393e6ed62783672b563eb0087da646a (patch)
treea10f40b68aef363991baa97ce2f5524f28eb41bb /Source/SPTableRelations.m
parent9e72b900075cb73e32254754faea71882f1b8299 (diff)
downloadsequelpro-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/SPTableRelations.m')
-rw-r--r--Source/SPTableRelations.m2
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];