mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-11-03 21:37:05 +00:00 
			
		
		
		
	Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen
This commit is contained in:
		@@ -4,7 +4,7 @@ from multiplatform_widgets import widgets
 | 
				
			|||||||
import application
 | 
					import application
 | 
				
			||||||
class sessionManagerWindow(wx.Dialog):
 | 
					class sessionManagerWindow(wx.Dialog):
 | 
				
			||||||
 def __init__(self):
 | 
					 def __init__(self):
 | 
				
			||||||
  super(sessionManagerWindow, self).__init__(parent=None, title="Session manager", size=wx.DefaultSize)
 | 
					  super(sessionManagerWindow, self).__init__(parent=None, title=_(u"Session manager"), size=wx.DefaultSize)
 | 
				
			||||||
  panel = wx.Panel(self)
 | 
					  panel = wx.Panel(self)
 | 
				
			||||||
  sizer = wx.BoxSizer(wx.VERTICAL)
 | 
					  sizer = wx.BoxSizer(wx.VERTICAL)
 | 
				
			||||||
  label = wx.StaticText(panel, -1, _(u"Accounts list"), size=wx.DefaultSize)
 | 
					  label = wx.StaticText(panel, -1, _(u"Accounts list"), size=wx.DefaultSize)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user