From 2c76faca485cdde93036e0acf18662ae1d89fa03 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Sun, 8 May 2011 20:31:44 +0100 Subject: [PATCH] u --- openlp/plugins/remotes/lib/remotetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/lib/remotetab.py b/openlp/plugins/remotes/lib/remotetab.py index 9bcf6eb88..07f24dbee 100644 --- a/openlp/plugins/remotes/lib/remotetab.py +++ b/openlp/plugins/remotes/lib/remotetab.py @@ -93,7 +93,7 @@ class RemoteTab(SettingsTab): 'Stage view URL:')) def setUrls(self): - ipAddress = 'localhost' + ipAddress = u'localhost' if self.addressEdit.text() == ZERO_URL: ifaces = QtNetwork.QNetworkInterface.allInterfaces() for iface in ifaces: