summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig/paletteeditoradvanced.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qtconfig/paletteeditoradvanced.cpp')
-rw-r--r--tools/qtconfig/paletteeditoradvanced.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp
index 45f6a45..36cbd89 100644
--- a/tools/qtconfig/paletteeditoradvanced.cpp
+++ b/tools/qtconfig/paletteeditoradvanced.cpp
@@ -55,7 +55,7 @@ PaletteEditorAdvanced::PaletteEditorAdvanced( QWidget * parent,
const char * name, bool modal, Qt::WindowFlags f )
: PaletteEditorAdvancedBase( parent, name, modal, f ), selectedPalette(0)
{
- // work around buggy ui file
+ // work around buggy UI file
comboEffect->setEnabled(false);
buttonEffect->setEnabled(false);
onToggleBuildEffects(true);