diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-17 17:59:37 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-17 17:59:37 -0600 |
commit | aa2e33341bfddf87263cf3bf87061b56d7b2fe87 (patch) | |
tree | b65abea99d1f924ffab089f2680e32b4b529990b /kcontrol/tdefontinst | |
parent | 0ab13832d906700dee2fedf3a88a542cc6cf7ddf (diff) | |
download | tdebase-aa2e33341bfddf87263cf3bf87061b56d7b2fe87.tar.gz tdebase-aa2e33341bfddf87263cf3bf87061b56d7b2fe87.zip |
Add Help buttons to kcontrol module dialogs in support of bug report 1889.
Diffstat (limited to 'kcontrol/tdefontinst')
-rw-r--r-- | kcontrol/tdefontinst/kcmfontinst/KCmFontInst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.cpp b/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.cpp index cbe8eed5f..7004f0ae5 100644 --- a/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.cpp +++ b/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.cpp @@ -169,7 +169,7 @@ CKCmFontInst::CKCmFontInst(TQWidget *parent, const char *, const TQStringList&) #endif layout->addWidget(itsStatusLabel); - setButtons(0); + setButtons(Default|Apply|Help); setRootOnlyMsg(i18n("<b>The fonts shown are your personal fonts.</b><br>To see (and install) " "system-wide fonts, click on the \"Administrator Mode\" button below.")); setUseRootOnlyMsg(true); |