Re: [Setup-tool-hackers] Can It cause errors?



Carlos Perelló Marín wrote:
> Will you have any problem?

no,  sounds like a good idea.
Hoever a better solution would be to have :

const XstBootType boot_type[2][] = {
   {"WindowsNT", _("Windows NT)},
   {"dos",       _("dos")},
   ...
   {"unknown",   _("Unknown)},
};

the first field is the one used internally and the second one
will be used as a display field. Of course, this requires us
to write some code behind it.

Chema

_______________________________________________
setup-tool-hackers maillist  -  setup-tool-hackers@ximian.com
http://lists.ximian.com/mailman/listinfo/setup-tool-hackers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]