diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-01 15:23:33 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-01 15:23:33 +0000 |
commit | d766381344119184158738d2d5a23484a8a1b3a1 (patch) | |
tree | b74e3e39419d4271ee56931e9a06a1799e9b4035 /Source/TableDocument.h | |
parent | 9f7b5dccfae711371970031b3e79f671213441d6 (diff) | |
download | sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.tar.gz sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.tar.bz2 sequelpro-d766381344119184158738d2d5a23484a8a1b3a1.zip |
- Add copy create syntax button to the create syntax sheet.
- Fix the Growl notification prefs message as well as making the dialog a sheet.
- Re-run genstrings to update localizable.strings and also remove use of multiple comments for a single string.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 89603085..2741ca7d 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -188,6 +188,7 @@ enum sp_current_query_mode - (IBAction)flushTable:(id)sender; - (IBAction)checksumTable:(id)sender; - (IBAction)saveCreateSyntax:(id)sender; +- (IBAction)copyCreateTableSyntaxFromSheet:(id)sender; // Other methods - (void) setQueryMode:(int)theQueryMode; |