This commit breaks the build by referencing an image file, pyvcp_checkbutton.png, that does not exist. There is a pyvcp_checkbutton1.png and a pyvcp_checkbutton2.png, did you mean to use one of them?
Thanks for your great work on the french docs! On 11/12/2011 12:18 PM, Francis Tisserant wrote: > French translation update - removed someasciidoc error ... > diff --git a/docs/src/hal/pyvcp_fr.txt b/docs/src/hal/pyvcp_fr.txt > index fdc8a94..085dcfb 100644 > --- a/docs/src/hal/pyvcp_fr.txt > +++ b/docs/src/hal/pyvcp_fr.txt > ... > @@ -269,13 +339,20 @@ cochée: image:pyvcp_checkbutton2.png[] > Un bouton radio placera une seule des pins BIT vraie. Les autres > seront mises fausses. > > -<radiobutton> > +[source,xml] > +--------------------------------------- > +<checkbutton> > +<halpin>"coolant-chkbtn"</halpin> > +<text>"Coolant"</text> > +</checkbutton> > +<checkbutton> > +<halpin>"chip-chkbtn"</halpin> > +<text>"Chips"</text> > +</checkbutton> > +--------------------------------------- > > -image:pyvcp_radiobutton_fr.png[] > +image:pyvcp_checkbutton.png[] -- Sebastian Kuzminsky ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
