summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 21:11:45 +0900
commit91cc89ceff50da9850d899ce176bb96d5524d48a (patch)
tree1fa051b23868032b7a12448a827d1e8d085fef9c /gui
parentda5de49907f3c82462df8d91d559a7faa01dfa0d (diff)
downloadpolkit-tqt-r14.1.x.tar.gz
polkit-tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e896e34d4351ede7c3ee9a8f35dde992cf0790ef)
Diffstat (limited to 'gui')
-rw-r--r--gui/polkit-tqt-gui-action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/polkit-tqt-gui-action.cpp b/gui/polkit-tqt-gui-action.cpp
index fad976681..ee14921ef 100644
--- a/gui/polkit-tqt-gui-action.cpp
+++ b/gui/polkit-tqt-gui-action.cpp
@@ -216,7 +216,7 @@ bool Action::activate()
if (d->noEnabled)
{
/* If PolicyKit says no... and we got here.. it means
- * that the user set the property "no-enabled" to TRUE..
+ * that the user set the property "no-enabled" to true..
* Hence, they probably have a good reason for doing
* this so do let the 'activate' signal propagate..
*/