changeset 48:16aa66670d74 database-connection-manager

Fix LTPDA Preferences tooltip
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 19:07:27 +0100
parents dd93c9ba6624
children 0bcdf74587d1
files src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.form src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.java
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.form	Tue Dec 06 19:07:27 2011 +0100
+++ b/src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.form	Tue Dec 06 19:07:27 2011 +0100
@@ -74,7 +74,6 @@
     <Component class="javax.swing.JButton" name="doneBtn">
       <Properties>
         <Property name="text" type="java.lang.String" value="Done"/>
-        <Property name="toolTipText" type="java.lang.String" value="Close without applying the preferences."/>
       </Properties>
       <Events>
         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="doneBtnActionPerformed"/>
--- a/src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.java	Tue Dec 06 19:07:27 2011 +0100
+++ b/src/MPipeline2/src/mpipeline/ltpdapreferences/LTPDAPrefsGui.java	Tue Dec 06 19:07:27 2011 +0100
@@ -101,7 +101,6 @@
     );
 
     doneBtn.setText("Done");
-    doneBtn.setToolTipText("Close without applying the preferences.");
     doneBtn.addActionListener(new java.awt.event.ActionListener() {
       public void actionPerformed(java.awt.event.ActionEvent evt) {
         doneBtnActionPerformed(evt);