From: epage Date: Thu, 24 Sep 2009 01:34:10 +0000 (+0000) Subject: Removing GrandCentral from various parts of the code X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=882661cfbd4a303248dd1aad4014cfd0024c1c2c;p=gc-dialer Removing GrandCentral from various parts of the code git-svn-id: file:///svnroot/gc-dialer/trunk@470 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/dc_glade.py b/src/dc_glade.py index d4c721c..b94b98c 100755 --- a/src/dc_glade.py +++ b/src/dc_glade.py @@ -1,7 +1,7 @@ #!/usr/bin/python2.5 """ -DialCentral - Front end for Google's Grand Central service. +DialCentral - Front end for Google's GoogleVoice service. Copyright (C) 2008 Mark Bergman bergman AT merctech DOT com This library is free software; you can redistribute it and/or @@ -739,7 +739,7 @@ class Dialcentral(object): if not loggedIn: self._errorDisplay.push_message( - "Backend link with grandcentral is not working, please try again" + "Backend link with GoogleVoice is not working, please try again" ) return @@ -768,7 +768,7 @@ class Dialcentral(object): if not loggedIn: self._errorDisplay.push_message( - "Backend link with grandcentral is not working, please try again" + "Backend link with GoogleVoice is not working, please try again" ) return @@ -806,7 +806,7 @@ class Dialcentral(object): dlg.set_name(constants.__pretty_app_name__) dlg.set_version("%s-%d" % (constants.__version__, constants.__build__)) dlg.set_copyright("Copyright 2008 - LGPL") - dlg.set_comments("Dialcentral is a touch screen enhanced interface to your GoogleVoice/Grandcentral account. This application is not affiliated with Google in any way") + dlg.set_comments("Dialcentral is a touch screen enhanced interface to your GoogleVoice account. This application is not affiliated with Google in any way") dlg.set_website("http://gc-dialer.garage.maemo.org/") dlg.set_authors(["", "Eric Warnke ", "Ed Page "]) dlg.run() diff --git a/src/gv_backend.py b/src/gv_backend.py index 58d3bdc..0e5da67 100644 --- a/src/gv_backend.py +++ b/src/gv_backend.py @@ -1,7 +1,7 @@ #!/usr/bin/python """ -DialCentral - Front end for Google's Grand Central service. +DialCentral - Front end for Google's GoogleVoice service. Copyright (C) 2008 Eric Warnke ericew AT gmail DOT com This library is free software; you can redistribute it and/or @@ -99,7 +99,7 @@ def itergroup(iterator, count, padValue = None): class GVDialer(object): """ - This class encapsulates all of the knowledge necessary to interace with the grandcentral servers + This class encapsulates all of the knowledge necessary to interact with the GoogleVoice servers the functions include login, setting up a callback number, and initalting a callback """ @@ -144,7 +144,7 @@ class GVDialer(object): def login(self, username, password): """ - Attempt to login to grandcentral + Attempt to login to GoogleVoice @returns Whether login was successful or not """ if self.is_authed(): @@ -236,7 +236,7 @@ class GVDialer(object): def get_account_number(self): """ - @returns The grand central phone number + @returns The GoogleVoice phone number """ return self._accountNum @@ -282,7 +282,7 @@ class GVDialer(object): def set_callback_number(self, callbacknumber): """ - Set the number that grandcental calls + Set the number that GoogleVoice calls @param callbacknumber should be a proper 10 digit number """ self._callbackNumber = callbacknumber diff --git a/src/gv_views.py b/src/gv_views.py index cc60df5..223a48a 100644 --- a/src/gv_views.py +++ b/src/gv_views.py @@ -1,7 +1,7 @@ #!/usr/bin/python2.5 """ -DialCentral - Front end for Google's Grand Central service. +DialCentral - Front end for Google's GoogleVoice service. Copyright (C) 2008 Mark Bergman bergman AT merctech DOT com This library is free software; you can redistribute it and/or