diff options
author | rowanbeentje <rowan@beent.je> | 2010-11-15 01:25:38 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-11-15 01:25:38 +0000 |
commit | 9b9cb791f818faee0cd9af8e89ee4bd28a60ca24 (patch) | |
tree | 1828866c8463cef35b1601cb96e32b70cf30a92a /Resources | |
parent | a3c99039fea0827520aa83e412ce98cf15e3e57d (diff) | |
download | sequelpro-9b9cb791f818faee0cd9af8e89ee4bd28a60ca24.tar.gz sequelpro-9b9cb791f818faee0cd9af8e89ee4bd28a60ca24.tar.bz2 sequelpro-9b9cb791f818faee0cd9af8e89ee4bd28a60ca24.zip |
- Switch to explicit memory management of strings in the QuickLook plugin when viewing SQL files - this fixes certain crashers, addressing Issue 896.
- Tweak a misspelling in the templates
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html | 2 | ||||
-rw-r--r-- | Resources/English.lproj/SPQLPluginSQLTemplate.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html index 02e5601d..c97fb4bc 100644 --- a/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html +++ b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html @@ -14,7 +14,7 @@ body { <table> <tr> <td valign="right"> -<img width="128" heigth="128" src="data:image/auto;base64,%@"> +<img width="128" height="128" src="data:image/auto;base64,%@"> </td> <td> <center> diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html index d9f55c09..65ba2a3c 100644 --- a/Resources/English.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -14,7 +14,7 @@ body { <table> <tr> <td valign="right"> -<img width="128" heigth="128" src="data:image/auto;base64,%@"> +<img width="128" height="128" src="data:image/auto;base64,%@"> </td> <td> <center> |