Fix typo so Full Tilt default HH_path is read

This commit is contained in:
Worros 2008-10-25 14:05:01 +08:00
parent 1c5024d35c
commit 0c8acc5ad4

View File

@ -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()