diff options
author | rowanbeentje <rowan@beent.je> | 2013-03-10 00:01:23 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-03-10 00:01:23 +0000 |
commit | 3763c77541ec384f07ca3440f6301e2413001c22 (patch) | |
tree | 22f6782dfe6df00d92b6ded209a4d84d1a568afc | |
parent | 5f3881c0f03e6d103bb09a4fb8da525b761b40dc (diff) | |
download | sequelpro-3763c77541ec384f07ca3440f6301e2413001c22.tar.gz sequelpro-3763c77541ec384f07ca3440f6301e2413001c22.tar.bz2 sequelpro-3763c77541ec384f07ca3440f6301e2413001c22.zip |
- Fix release builds after r4041
- Update localizable strings
-rw-r--r-- | Resources/English.lproj/Localizable.strings | bin | 238488 -> 241788 bytes | |||
-rw-r--r-- | Source/SPUserManager.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex 6413a27d..bb36428b 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h index caa12776..48254e5a 100644 --- a/Source/SPUserManager.h +++ b/Source/SPUserManager.h @@ -43,6 +43,7 @@ NSDictionary *privColumnToGrantMap; SPMySQLConnection *connection; + SPDatabaseDocument *databaseDocument; SPServerSupport *serverSupport; IBOutlet SPSplitView *splitView; |