This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: little classpath merge
- From: Mark Wielaard <mark at klomp dot org>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 04 Oct 2002 15:46:16 +0200
- Subject: Re: little classpath merge
- References: <E17qsU3-0000Ky-00@majestix.konqueror.de>
Hi,
Back from vacation and replying to some old mail.
On Mon, 2002-09-16 at 11:47, Michael Koch wrote:
> /** The default toolkit name. */
> private static String default_toolkit_name
> - = "gnu.java.awt.peer.gtk.GtkToolkit";
> + = "gnu.awt.gtk.GtkToolkit";
>
> /**
> * The toolkit in use. Once we load it, we don't ever change it
> - * if the awt.toolkit propert is set.
> + * if the awt.toolkit property is set.
> */
> private static Toolkit toolkit;
If you change how (the default value of) a system property is used then
please also update the relevant part of the gcc/java/gcj.texi manual.
See also http://gcc.gnu.org/onlinedocs/gcj/System-properties.html.
This one is documented under Standard Properties.
Thanks,
Mark
--
No.
> Should I include quotations after my reply?