summaryrefslogtreecommitdiffstats
path: root/doc/html/mac-differences.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/mac-differences.html
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r--doc/html/mac-differences.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html
index 967462ed..c9a6eced 100644
--- a/doc/html/mac-differences.html
+++ b/doc/html/mac-differences.html
@@ -139,7 +139,7 @@ settings, same with any other default paths such as a lookup of dynamic
libraries inside /usr/lib and similar default locations.
<p> We still strongly recommend to build static applications where the library
code is incorporated into the Mac OS X binary. However, in case you ship
-applications that retquire plugin support,then you need to use dynamic
+applications that require plugin support,then you need to use dynamic
libraries as part of your application.
<p> <h3> Combining Libraries
</h3>
@@ -213,7 +213,7 @@ do this:
<p> <h3> Translating the Application Menu and native dialogs
</h3>
<a name="7-2"></a><p> You need to do a little extra to get the Application Menu and native dialogs
-localized. This is a retquirement of Mac OS X and not of TQt.
+localized. This is a requirement of Mac OS X and not of TQt.
<p> First, you must add a localized resource folder inside the Bundle see:
<p> http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBundles/index.html
<p> And look for the heading: Adding Localized Resources