summaryrefslogtreecommitdiffstats
path: root/tdeparts/COMMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/COMMENTS')
-rw-r--r--tdeparts/COMMENTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/COMMENTS b/tdeparts/COMMENTS
index d36d98eef..15472ac52 100644
--- a/tdeparts/COMMENTS
+++ b/tdeparts/COMMENTS
@@ -588,7 +588,7 @@ issue compared to what's above though.
(Torben) About the fact that konqy can embed a KReadWritePart (short KRWP):
This is IMHO not a konqy problem but a KRWP design bug. KRWP overloads
KROP and changes the semantics (editing is possible). By default KRWP should
- go into ReadOnly mode. Only if one calls rwpart->setEditable( TRUE ) it should
+ go into ReadOnly mode. Only if one calls rwpart->setEditable( true ) it should
offer editing of the data. It may still happen that some KRWPs dont obeye the
"editable" flag, but that is a bug inside of the KRWP.