aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-07-06 23:45:03 +0000
committerrowanbeentje <rowan@beent.je>2009-07-06 23:45:03 +0000
commit47bedef42fc896ad8f3dd9736993b4975890b440 (patch)
tree2308e3c5d17f6ae037bfbbe6ed022e2b9d99552d /Source/TableDump.h
parentb3065d6e706a5ddc7b0345c833ad125883cded82 (diff)
downloadsequelpro-47bedef42fc896ad8f3dd9736993b4975890b440.tar.gz
sequelpro-47bedef42fc896ad8f3dd9736993b4975890b440.tar.bz2
sequelpro-47bedef42fc896ad8f3dd9736993b4975890b440.zip
- Update the import/export progress sheet title to reflect the current activity
- Fix mutliple-table CSV and XML export when a view is selected - data for the view is now correctly exported
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index 3419465c..d43912c3 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -83,6 +83,7 @@
IBOutlet id errorsView;
IBOutlet id singleProgressSheet;
IBOutlet id singleProgressBar;
+ IBOutlet id singleProgressTitle;
IBOutlet id singleProgressText;
IBOutlet id fieldMappingSheet;