diff --git a/fsl/fsleyes/splash.py b/fsl/fsleyes/splash.py index 3a4faef6ccd4600f327e5912381ae9da1ef64dcf..a3b8b8a6bc4492f64a85aaf442bcbb615827559e 100644 --- a/fsl/fsleyes/splash.py +++ b/fsl/fsleyes/splash.py @@ -50,7 +50,7 @@ class FSLEyesSplash(wx.Frame): splashimg = splashbmp.ConvertToImage() self.__splashPanel = imagepanel.ImagePanel(self, splashimg) - self.__statusBar = wx.StaticText(self, style=wx.ELLIPSIZE_MIDDLE) + self.__statusBar = wx.StaticText(self, style=wx.ST_ELLIPSIZE_MIDDLE) self.__statusBar.SetLabel(strings.messages[self, 'default'])