summaryrefslogtreecommitdiffstats
path: root/conduits/abbrowserconduit/abbrowser-conduit.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 12:43:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:13:08 +0900
commitbc1e1feb998dbde27fc1ba40c9edcf0165c6dc19 (patch)
tree44e7c1c198dd57036d9160737797bca8de7ab8b9 /conduits/abbrowserconduit/abbrowser-conduit.cpp
parent6a8d645ce8fe121ba5d88dd89a1cf0c39f83816d (diff)
downloadkpilot-r14.1.4.tar.gz
kpilot-r14.1.4.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3fc822244ed669c7e71ea624429c815b0d6ede2)
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.cpp')
-rw-r--r--conduits/abbrowserconduit/abbrowser-conduit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.cpp b/conduits/abbrowserconduit/abbrowser-conduit.cpp
index 6e63596..9657ef3 100644
--- a/conduits/abbrowserconduit/abbrowser-conduit.cpp
+++ b/conduits/abbrowserconduit/abbrowser-conduit.cpp
@@ -1522,7 +1522,7 @@ bool AbbrowserConduit::_buildResolutionTable(ResolutionTable*tab, const Addresse
{
FUNCTIONSETUP;
if (!tab) return false;
- tab->setAutoDelete( TRUE );
+ tab->setAutoDelete( true );
tab->labels[0]=i18n("Item on PC");
tab->labels[1]=i18n("Handheld");
tab->labels[2]=i18n("Last sync");