Revision: 18477
          http://sourceforge.net/p/gate/code/18477
Author:   markagreenwood
Date:     2014-11-28 14:04:55 +0000 (Fri, 28 Nov 2014)
Log Message:
-----------
changed the odd 'Case Ins.' checkbox to read 'Match Case' so it is clearly 
different from the case insensitive gazetteer option

Modified Paths:
--------------
    gate/trunk/src/main/gate/gui/GazetteerEditor.java

Modified: gate/trunk/src/main/gate/gui/GazetteerEditor.java
===================================================================
--- gate/trunk/src/main/gate/gui/GazetteerEditor.java   2014-11-28 02:20:11 UTC 
(rev 18476)
+++ gate/trunk/src/main/gate/gui/GazetteerEditor.java   2014-11-28 14:04:55 UTC 
(rev 18477)
@@ -486,9 +486,9 @@
 //        timer.schedule(timerTask, timeToRun);
 //      }
 //    });
-    listTopPanel.add(caseInsensitiveCheckBox = new JCheckBox("Case Ins."));
+    listTopPanel.add(caseInsensitiveCheckBox = new JCheckBox("Match Case"));
     caseInsensitiveCheckBox.setSelected(true);
-    caseInsensitiveCheckBox.setToolTipText("Case Insensitive");
+    caseInsensitiveCheckBox.setToolTipText("Match Case");
     caseInsensitiveCheckBox.addActionListener(new ActionListener() {
       @Override
       public void actionPerformed(ActionEvent e) {

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


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to