diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:58:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 11:16:13 +0900 |
commit | df48ed078a0409e56f8d3373898f0797c3376ae7 (patch) | |
tree | 2c1eed4cc787375e3d3649b3bdf45a828b007b9e /doc/html/namespaceTypes.html | |
parent | 3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff) | |
download | kshowmail-df48ed07.tar.gz kshowmail-df48ed07.zip |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c)
Diffstat (limited to 'doc/html/namespaceTypes.html')
-rw-r--r-- | doc/html/namespaceTypes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/namespaceTypes.html b/doc/html/namespaceTypes.html index 348e3b1..7308ec9 100644 --- a/doc/html/namespaceTypes.html +++ b/doc/html/namespaceTypes.html @@ -83,7 +83,7 @@ All special types for KShowMail. <div class="memdoc"> <p> -Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. TRUE means the task was ordered, FALSE the task was ended. +Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. true means the task was ordered, false the task was ended. </div> </div><p> <a class="anchor" name="2eaafd5612933c2e6ab8dd15593969a2"></a><!-- doxytag: member="Types::FilterCriteriaList_Type" ref="2eaafd5612933c2e6ab8dd15593969a2" args="" --> |