Revision: 15267
          http://gate.svn.sourceforge.net/gate/?rev=15267&view=rev
Author:   ian_roberts
Date:     2012-01-30 15:50:44 +0000 (Mon, 30 Jan 2012)
Log Message:
-----------
Less scary warning message.

Modified Paths:
--------------
    gate/trunk/src/gate/gui/MainFrame.java

Modified: gate/trunk/src/gate/gui/MainFrame.java
===================================================================
--- gate/trunk/src/gate/gui/MainFrame.java      2012-01-30 15:49:27 UTC (rev 
15266)
+++ gate/trunk/src/gate/gui/MainFrame.java      2012-01-30 15:50:44 UTC (rev 
15267)
@@ -496,9 +496,10 @@
       awtAppClassNameField.setAccessible(true);
       awtAppClassNameField.set(xToolkit, "GATE Developer");
     } catch(Exception e) {
-      // this happens every time on Windows so hide the exception unless we are
-      // debugging something
-      log.debug("Could not set WM Class", e);
+      // this happens every time on Windows and Mac so hide the exception
+      // unless we are debugging something
+      log.debug("Could not set WM Class (note that this is normal if you " +
+          "are not on an X11-based window system)", e);
     }
     
     guiRoots.add(this);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to