Fixed incomplete documentation for handbook in Appearance & Themes -> Window Decorarions. This relates to bug 1850.

pull/2/head
Michele Calgaro 10 years ago
parent df0af3a449
commit 6c5cd5674f

@ -93,6 +93,16 @@ difficulty using a mouse.</para>
</sect2> </sect2>
<sect2 id="window-deco-shadows">
<title>Shadows</title>
<para>We apologize. This section has not been written yet.</para>
</sect2>
<sect2 id="window-deco-manager">
<title>Window manager</title>
<para>We apologize. This section has not been written yet.</para>
</sect2>
</sect1> </sect1>
</article> </article>

@ -958,20 +958,18 @@ TQString KWinDecorationModule::quickHelp() const
TQString KWinDecorationModule::handbookSection() const TQString KWinDecorationModule::handbookSection() const
{ {
// FIXME
// Incomplete context-sensitive help documentation currently exists for this module!
int index = tabWidget->currentPageIndex(); int index = tabWidget->currentPageIndex();
if (index == 0) { if (index == 0)
//return "window-deco-general"; return "window-deco-general";
return TQString::null; else if (index == 1)
}
else if (index == 1) {
return "window-deco-buttons"; return "window-deco-buttons";
} else if (index == 2)
else { return "window-deco-shadows";
else if (index == 3)
return "window-deco-manager";
else
return TQString::null; return TQString::null;
} }
}
void KWinDecorationModule::resetKWin() void KWinDecorationModule::resetKWin()
{ {

Loading…
Cancel
Save