Skip to content
Snippets Groups Projects
Commit b0df467d authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Renamed FslViewFrame to FSLViewFrame

parent d12f0199
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#
# fslviewframe.py -
# fslviewframe.py - A wx.Frame which implemnents a 3D image viewer.
#
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
#
......@@ -23,7 +23,7 @@ import fsl.fslview.controls.imagelistpanel as imagelistpanel
import fsl.fslview.controls.imagedisplaypanel as imagedisplaypanel
import fsl.fslview.strings as strings
class FslViewFrame(wx.Frame):
class FSLViewFrame(wx.Frame):
"""A frame which implements a 3D image viewer.
The :class:`wx.aui.AuiManager` is used to lay out various configuration
......
......@@ -27,7 +27,7 @@ import props
def interface(parent, args, imageList):
frame = fslviewframe.FslViewFrame(parent, imageList, args.default)
frame = fslviewframe.FSLViewFrame(parent, imageList, args.default)
if args.lightbox: frame.addLightBoxPanel()
else: frame.addOrthoPanel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment