summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-04 13:45:46 +0200
committerDavid Boddie <david.boddie@nokia.com>2010-10-04 13:45:46 +0200
commit95f52ed1f9a1b3049e6862cb466754931c1d760d (patch)
tree8e4032755e9d9a90e53274ea583095c90eb77e59 /src/corelib
parente5b34afef72154c017fe6d97eb7eda620754f6a2 (diff)
downloadqt4-tools-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.gz
Doc: Made a number of fixes to the documentation.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/plugin/qsystemlibrary.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/qsystemlibrary.cpp b/src/corelib/plugin/qsystemlibrary.cpp
index eeb142bbfc..568b3988d3 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.