diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
commit | 95f52ed1f9a1b3049e6862cb466754931c1d760d (patch) | |
tree | 8e4032755e9d9a90e53274ea583095c90eb77e59 /src/corelib | |
parent | e5b34afef72154c017fe6d97eb7eda620754f6a2 (diff) | |
download | Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.zip Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.gz Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.bz2 |
Doc: Made a number of fixes to the documentation.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/plugin/qsystemlibrary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/qsystemlibrary.cpp b/src/corelib/plugin/qsystemlibrary.cpp index eeb142b..568b398 100644 --- a/src/corelib/plugin/qsystemlibrary.cpp +++ b/src/corelib/plugin/qsystemlibrary.cpp @@ -57,8 +57,8 @@ The search order is the same as the order in DLL Safe search mode Windows, except that we don't search: * The current directory - * The 16-bit system directory. (normally c:\windows\system) - * The Windows directory. (normally c:\windows) + * The 16-bit system directory. (normally \c{c:\windows\system}) + * The Windows directory. (normally \c{c:\windows}) This means that the effective search order is: 1. Application path. |