String, code cleanups.

This commit is contained in:
Bill Dengler
2015-05-13 20:40:21 -04:00
parent e92565013b
commit feda70aea8
3 changed files with 2 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import wx
class urlList(wx.Dialog):
def __init__(self):
super(urlList, self).__init__(parent=None, title=_(u"Select an URL"))
super(urlList, self).__init__(parent=None, title=_(u"Select URL"))
panel = wx.Panel(self)
self.lista = wx.ListBox(panel, -1)
self.lista.SetFocus()