Name changes

This commit is contained in:
obscuren
2014-08-12 12:21:50 +02:00
parent 59d9746849
commit dc3b0e170c
3 changed files with 16 additions and 12 deletions

View File

@ -112,7 +112,6 @@ func (self *UiLib) StartDbWithCode(code string) {
func (self *UiLib) StartDebugger() {
dbWindow := NewDebuggerWindow(self)
//self.DbWindow = dbWindow
dbWindow.Show()
}