This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: little classpath merge


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]