From 6d1638620f3da1664aa3b86c46852515fc78707c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/html/showrecord_8cpp-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/showrecord_8cpp-source.html') 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 @@ 00081 00082 bool ShowRecord::hasSelectedMails( ) 00083 { -00084 bool selected = false; //TRUE when a selected mail was found +00084 bool selected = false; //true when a selected mail was found 00085 ShowRecordElem* mail; //mail which we want to check 00086 00087 //get first mail -- cgit v1.2.3