Changeset 125:d648f4cb122f in qutecom-coip for pywengocall/CallWidget.py


Ignore:
Timestamp:
Mar 19, 2010 5:13:26 PM (3 years ago)
Author:
laurent
Branch:
default
Message:

wengo => qutecom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pywengocall/CallWidget.py

    r123 r125  
    11""" 
    22  QuteCom, a voice over Internet phone 
    3   Copyright (C) Wengo Wengo 
     3  Copyright (C) 2010 Mbdsys 
    44  
    55  This program is free software you can redistribute it and/or modify 
     
    3232import logging, sys 
    3333 
    34 log = logging.getLogger("PyWengoCall") 
     34log = logging.getLogger("PyQuteComCall") 
    3535 
    3636 
     
    6464 
    6565    contact = Contact() 
    66     contact.addIMContact(IMContact(EnumAccountType.AccountTypeWengo, 
     66    contact.addIMContact(IMContact(EnumAccountType.AccountTypeQuteCom, 
    6767     str(self._ui.phoneNumberLineEdit.text()))) 
    6868    self._tCallSession.addContact(contact) 
Note: See TracChangeset for help on using the changeset viewer.