aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-11 12:10:37 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-11 12:10:37 +0000
commitf3ebf339d5649b25a75b65295e52c760751b690c (patch)
tree42e2d704d8b31094d298b0ddbbd10ff71cc34f83
parentd62547eb8bd1391f25529b104e9f6eef3f3e7a70 (diff)
downloadsequelpro-f3ebf339d5649b25a75b65295e52c760751b690c.tar.gz
sequelpro-f3ebf339d5649b25a75b65295e52c760751b690c.tar.bz2
sequelpro-f3ebf339d5649b25a75b65295e52c760751b690c.zip
Forgot to update Localizable.strings for dialog changes in r1501. Also update README.txt.
-rw-r--r--Interfaces/English.lproj/Localizable.stringsbin101586 -> 102494 bytes
-rw-r--r--README.txt12
2 files changed, 9 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/Localizable.strings b/Interfaces/English.lproj/Localizable.strings
index fcdaddad..9011cf74 100644
--- a/Interfaces/English.lproj/Localizable.strings
+++ b/Interfaces/English.lproj/Localizable.strings
Binary files differ
diff --git a/README.txt b/README.txt
index 60a04a5c..7747c67d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,6 @@
+BUILDING SEQUEL PRO
+-------------------
+
Before you can start making changes to any of the xib files in Interface
Builder you will need to install the BWToolkit plugin.
@@ -8,7 +11,6 @@ Once you have done this double click on the BWToolkit.ibplugin located at:
./trunk/Frameworks/BWToolkitFramework.framework/build/Release/
-
If Interface Builder complains that it's already installed then you might want
to replace the current one with the one you just built.
@@ -18,8 +20,12 @@ remove the BWToolkit plugin using the [ - ] button below the list.
You will need to relaunch Interface Builder before you can re-add the plugin
from the location mentioned above.
+Note, that Interface Builder always looks in the same location that the plugin
+was originally installed from and does not keep track of it when moved. If
+Interface Builder complains that it can't find it, either restore it to its
+originally location or re-add it using the steps above.
As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and
-I'll be happy to help you out.
+any of the developers will be happy to help you out.
-- Ben (aka avenjamin) \ No newline at end of file
+- Ben (aka avenjamin)