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 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>
</article>

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

Loading…
Cancel
Save