Hi,

On Thursday 15 January 2004 9:14 pm, Karl Ove Hufthammer wrote:
> Kevin Jarrett <[EMAIL PROTECTED]> wrote in
>
> news:[EMAIL PROTECTED]:
> > 2) We get a lot of kids printing by accident. A confirmation
> > screen after the Print button is pressed would help.
>
> BTW, 'noprint=yes' doens't work on Windows. It has been that way
> for quite some time, IIRC.

First I've heard.

File: tuxpaint.c
Line: 7186????

    /* Disable print? */

#ifdef WIN32
  if (disable_print || !IsPrinterAvailable())
#elif __BEOS__
  if (disable_print || !IsPrinterAvailable())
#else
  if (disable_print)
#endif
  {
    tool_avail[TOOL_PRINT] = 0;
  }

cheers,
John.
--

_______________________________________________
Tuxpaint-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-dev

Reply via email to