/[smeserver]/cdrom.image/updates/installpath_text.py
ViewVC logotype

Diff of /cdrom.image/updates/installpath_text.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by gordonr, Fri Oct 14 03:01:40 2005 UTC Revision 1.6 by slords, Wed Apr 5 01:20:27 2006 UTC
# Line 46  class InstallPathWindow: Line 46  class InstallPathWindow:
46              default = orig              default = orig
47    
48          choice = default          choice = default
49  #       (button, choice) = ListboxChoiceWindow(screen, _("Installation Type"),          rc = intf.messageWindow(_("Warning"),
 #                       _("What type of system would you like to install?"),  
 #                           choices, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON],  
 #                           width = 40, default = default, help = "installpath")  
 #  
 #        if button == TEXT_BACK_CHECK:  
 #            return INSTALL_BACK  
   
         rc = intf.messageWindow(_("Warning"),  
50                                  _("All disks will be reformatted and any data will be lost. Proceed?"),                                  _("All disks will be reformatted and any data will be lost. Proceed?"),
51                                  type = "yesno", default = "no")                                  type = "yesno", default = "no")
52    
53          if rc == 0:          if rc == 0:
54              return INSTALL_BACK              return INSTALL_BACK
55    
56          if (choice != orig):          if (choice != orig):


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed