attached is a patch to Editor.py that makes it clear that the xbox
disc is not supported when the user is prompted to enter the path to
the disk.  note that all the translations of this string will need to
be updated as well because of this change.

mike
--- Editor.py	2007-04-11 14:21:59.000000000 -0400
+++ Editor-new.py	2007-06-22 23:19:32.000000000 -0400
@@ -789,7 +789,7 @@
 
     path = ""
     while True:
-      path = Dialogs.getText(self.engine, prompt = _("Enter the path to the mounted Guitar Hero (tm) DVD"), text = path)
+      path = Dialogs.getText(self.engine, prompt = _("Enter the path to the mounted Guitar Hero (tm) DVD (XBOX disc not supported)"), text = path)
 
       if not path:
         self.engine.view.popLayer(self)

Reply via email to