From 0ada72da940e0fe0b41b784e081751f990ca5c42 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 16 May 2011 22:59:27 +0000 Subject: h-client:set sandbox.h-node.com as default server --- h-client/hclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-client/hclient.py') 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( write a name per row )") + self.otherNamesLabel = gtk.Label("Possible other names of the device:\n( write one name per row )") self.otherNamesLabel.set_use_markup(True) self.otherNamesLabel.set_alignment(0.76,0.5) self.otherNamesLabel.set_justify(gtk.JUSTIFY_RIGHT) -- cgit v1.2.3