diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-16 22:59:27 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-16 22:59:27 +0000 |
commit | 0ada72da940e0fe0b41b784e081751f990ca5c42 (patch) | |
tree | e374601be5022a4561b63bdd2c909692d0b0df42 | |
parent | 94dcbc0835951c5c7bc87f3503a94b22f740a7e9 (diff) |
h-client:set sandbox.h-node.com as default server
-rw-r--r-- | h-client/hclient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-client/hclient.py b/h-client/hclient.py index a1911a9..be83717 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -668,7 +668,7 @@ class hclient: self._submitFlag = False #start the client object - self.client = Client('h-source') + self.client = Client('www.sandbox.h-node.com') self.client.createDevices() # Create the main window @@ -827,7 +827,7 @@ class hclient: ### other names #other names label - self.otherNamesLabel = gtk.Label("Possible other names of the device:\n( <i>write a name per row</i> )") + self.otherNamesLabel = gtk.Label("Possible other names of the device:\n( <i>write one name per row</i> )") self.otherNamesLabel.set_use_markup(True) self.otherNamesLabel.set_alignment(0.76,0.5) self.otherNamesLabel.set_justify(gtk.JUSTIFY_RIGHT) |