summaryrefslogtreecommitdiff
path: root/tubes/source/contacts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/source/contacts.cxx')
-rw-r--r--tubes/source/contacts.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx
index 5a46248129ce..1017fade4b14 100644
--- a/tubes/source/contacts.cxx
+++ b/tubes/source/contacts.cxx
@@ -91,7 +91,7 @@ class TubeContacts : public ModelessDialog
void Listen()
{
if (!TeleManager::registerClients())
- SAL_INFO( "sc.tubes", "Could not register client handlers." );
+ SAL_INFO( "tubes", "Could not register client handlers." );
}
void StartDemoSession()
@@ -193,7 +193,7 @@ public:
void Populate()
{
- SAL_INFO( "sc.tubes", "Populating contact list dialog" );
+ SAL_INFO( "tubes", "Populating contact list dialog" );
maList.Clear();
maACs.clear();
ContactList *pContacts = TeleManager::getContactList();