[Xulu-commits] r100 - in trunk: lib/gt2-2.6 src/edu/bonn/xulu/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 26 16:56:12 CEST 2010


Author: mojays
Date: 2010-10-26 16:56:08 +0200 (Tue, 26 Oct 2010)
New Revision: 100

Added:
   trunk/lib/gt2-2.6/commons-lang-2.4.jar
Modified:
   trunk/src/edu/bonn/xulu/gui/XuluMainFrame.java
Log:
new commons-lang-2.4.jar

Added: trunk/lib/gt2-2.6/commons-lang-2.4.jar
===================================================================
(Binary files differ)


Property changes on: trunk/lib/gt2-2.6/commons-lang-2.4.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/src/edu/bonn/xulu/gui/XuluMainFrame.java
===================================================================
--- trunk/src/edu/bonn/xulu/gui/XuluMainFrame.java	2010-10-26 14:45:15 UTC (rev 99)
+++ trunk/src/edu/bonn/xulu/gui/XuluMainFrame.java	2010-10-26 14:56:08 UTC (rev 100)
@@ -528,6 +528,7 @@
     menuHelp.setText( XULUGUI_RES.getString("Menu_Help") );
     menuHelp.setMnemonic('h');
     menuBar.add(menuHelp);
+    menuHelp.add(SwingUtil.createChangeLog4JLevelJMenu());
     menuHelp.add(menuHelp_About);
     menuHelp_About.setText( XULUGUI_RES.getString("Menu_Help_Info") );
     menuHelp_About.addActionListener(new ActionListener()  {



More information about the Xulu-commits mailing list