Fix typo so Full Tilt default HH_path is read
This commit is contained in:
parent
1c5024d35c
commit
0c8acc5ad4
|
@ -180,7 +180,7 @@ class GuiAutoImport (threading.Thread):
|
|||
self.pathTiltLabel.show()
|
||||
|
||||
self.tiltDirPath=gtk.Entry()
|
||||
paths = self.config.get_default_paths("FullTilt")
|
||||
paths = self.config.get_default_paths("Full Tilt")
|
||||
self.tiltDirPath.set_text(paths['hud-defaultPath'])
|
||||
self.pathHBox.pack_start(self.tiltDirPath, False, True, 0)
|
||||
self.tiltDirPath.show()
|
||||
|
|
Loading…
Reference in New Issue
Block a user