diff options
Diffstat (limited to 'conduits/abbrowserconduit/abbrowser-conduit.cc')
-rw-r--r-- | conduits/abbrowserconduit/abbrowser-conduit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/abbrowser-conduit.cc b/conduits/abbrowserconduit/abbrowser-conduit.cc index 8885bbf..59dc242 100644 --- a/conduits/abbrowserconduit/abbrowser-conduit.cc +++ b/conduits/abbrowserconduit/abbrowser-conduit.cc @@ -1367,7 +1367,7 @@ bool AbbrowserConduit::_equal(const PilotAddress *piAddress, const Addressee &ab PhoneNumber abPhone = *it; // see if we have the same number here... // * Note * We used to check for preferred number matching, but - // this seems to have broke in kdepim 3.5 and I don't have time to + // this seems to have broke in tdepim 3.5 and I don't have time to // figure out why, so we won't check to see if preferred number match if ( _equal(piPhone.number(), abPhone.number()) ) { found = true; |