diff options
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.cpp')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.cpp | 2 |
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"); |