classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tiny bug gnu/classpath/Configuration.java.in


From: graydon hoare
Subject: tiny bug gnu/classpath/Configuration.java.in
Date: 07 Nov 2003 21:43:38 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

ok to commit this?

(gtk peers don't appear at all under classpath/kissme without setting
this right)

-graydon

--- Configuration.java.in       2 Oct 2003 11:05:15 -0000       1.11
+++ Configuration.java.in       8 Nov 2003 02:37:06 -0000
@@ -109,5 +109,5 @@
   /**
    * Name of default AWT peer library.
    */
-  String default_awt_peer_toolkit = "gnu.java.awt.peer.gtk.GTKToolkit";
+  String default_awt_peer_toolkit = "gnu.java.awt.peer.gtk.GtkToolkit";
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]