- add comment that warns that gui/wxmain.cc depends on the order of

floppy parameters in the bx_list_c.
This commit is contained in:
Bryce Denney 2002-08-28 07:45:30 +00:00
parent 7fc65e2e25
commit 4d1aede4d7

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: main.cc,v 1.124 2002-08-27 21:30:47 bdenney Exp $
// $Id: main.cc,v 1.125 2002-08-28 07:45:30 bdenney Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -366,6 +366,8 @@ void bx_init_options ()
bx_options.floppya.Otype->set_format (", size=%s, ");
bx_options.floppya.Ostatus->set_format ("%s");
bx_param_c *floppya_init_list[] = {
// if the order "path,type,status" changes, corresponding changes must
// be made in gui/wxmain.cc, MyFrame::editFloppyConfig.
bx_options.floppya.Opath,
bx_options.floppya.Otype,
bx_options.floppya.Ostatus,