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/showrecord_8cpp-source.html | |
parent | 3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff) | |
download | kshowmail-df48ed078a0409e56f8d3373898f0797c3376ae7.tar.gz kshowmail-df48ed078a0409e56f8d3373898f0797c3376ae7.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/showrecord_8cpp-source.html')
-rw-r--r-- | doc/html/showrecord_8cpp-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/showrecord_8cpp-source.html b/doc/html/showrecord_8cpp-source.html index e77ccc8..9b8d6a8 100644 --- a/doc/html/showrecord_8cpp-source.html +++ b/doc/html/showrecord_8cpp-source.html @@ -98,7 +98,7 @@ <a name="l00081"></a>00081 <a name="l00082"></a><a class="code" href="classShowRecord.html#e0aeb91afa1bd2ea566ff4dd4dd299d5">00082</a> <span class="keywordtype">bool</span> <a class="code" href="classShowRecord.html#e0aeb91afa1bd2ea566ff4dd4dd299d5">ShowRecord::hasSelectedMails</a>( ) <a name="l00083"></a>00083 { -<a name="l00084"></a>00084 <span class="keywordtype">bool</span> selected = <span class="keyword">false</span>; <span class="comment">//TRUE when a selected mail was found</span> +<a name="l00084"></a>00084 <span class="keywordtype">bool</span> selected = <span class="keyword">false</span>; <span class="comment">//true when a selected mail was found</span> <a name="l00085"></a>00085 <a class="code" href="classShowRecordElem.html">ShowRecordElem</a>* mail; <span class="comment">//mail which we want to check</span> <a name="l00086"></a>00086 <a name="l00087"></a>00087 <span class="comment">//get first mail</span> |