On 5/26/10, David Anderson <[email protected]> wrote: > Another idea (pseudocode): > > x = _("Transfer at most %1 MB every %2 days") > (a,b,c) = split x at %* boundaries > if %1 precedes %2 in x > insert a, text field for MB, b, text field for days, c > else > insert a, text field for days, b, text field for MB, c > > We could use this idea everywhere a control breaks up a string
My previous idea was to avoid touching any of the GUI-building code, just changing the labels of the existing controls; so swapping the two text fields wouldn't be possible. But since now I'll have to change the layout anyway, I might as well use that... -- Nicolas _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
