diff options
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r-- | doc/html/mac-differences.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html index 967462ed1..c9a6eced5 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 |