summaryrefslogtreecommitdiffstats
path: root/src/layout.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-08-11 13:06:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-08-11 13:06:22 (GMT)
commit34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634 (patch)
treead481e345a35820f0142bb774556afc6de0d00fa /src/layout.cpp
parent3583a7c0bea47665a06d14a64b62376eee21c528 (diff)
downloadDoxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.zip
Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.gz
Doxygen-34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634.tar.bz2
Release-1.8.2
Diffstat (limited to 'src/layout.cpp')
-rw-r--r--src/layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.cpp b/src/layout.cpp
index 2045609..fa4ab42 100644
--- a/src/layout.cpp
+++ b/src/layout.cpp
@@ -862,7 +862,7 @@ class LayoutParser : public QXmlDefaultHandler
m_scope="";
if (m_rootNav && !m_rootNav->find(LayoutNavEntry::MainPage))
{
- // no MainPage node... add one the first item of the root node...
+ // no MainPage node... add one as the first item of the root node...
new LayoutNavEntry(m_rootNav,LayoutNavEntry::MainPage, TRUE,
/*Config_getBool("GENERATE_TREEVIEW") ? "main" :*/ "index",
theTranslator->trMainPage(),TRUE);