Author: ruschein
Date: 2010-02-12 11:01:25 -0800 (Fri, 12 Feb 2010)
New Revision: 19320

Modified:
   
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiOne.java
   
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiTwoFive.java
Log:
Fixed inconsistent menu label capitalisation.

Modified: 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiOne.java
===================================================================
--- 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiOne.java
    2010-02-12 18:55:26 UTC (rev 19319)
+++ 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiOne.java
    2010-02-12 19:01:25 UTC (rev 19320)
@@ -59,7 +59,7 @@
         * Constructor.
         */
        public ExportNetworkAsPsiMiOne() {
-               super("Network as PSI-MI Level 1.0 File...");
+               super("Network As PSI-MI Level 1.0 File...");
                setPreferredMenu("File.Export");
        }
 
@@ -79,7 +79,7 @@
         */
        public void actionPerformed(ActionEvent e) {
                // get the file name
-               File file = FileUtil.getFile("Save Network as PSI-MI Level 
1.0", FileUtil.SAVE,
+               File file = FileUtil.getFile("Save Network As PSI-MI Level 
1.0", FileUtil.SAVE,
                                             new CyFileFilter[] {  });
 
                if (file != null) {

Modified: 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiTwoFive.java
===================================================================
--- 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiTwoFive.java
        2010-02-12 18:55:26 UTC (rev 19319)
+++ 
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiTwoFive.java
        2010-02-12 19:01:25 UTC (rev 19320)
@@ -59,7 +59,7 @@
         * Constructor.
         */
        public ExportNetworkAsPsiMiTwoFive() {
-               super("Network as PSI-MI Level 2.5 File...");
+               super("Network As PSI-MI Level 2.5 File...");
                setPreferredMenu("File.Export");
        }
 
@@ -79,7 +79,7 @@
         */
        public void actionPerformed(ActionEvent e) {
                // get the file name
-               File file = FileUtil.getFile("Save Network as PSI-MI Level 
2.5", FileUtil.SAVE,
+               File file = FileUtil.getFile("Save Network As PSI-MI Level 
2.5", FileUtil.SAVE,
                                             new CyFileFilter[] {  });
 
                if (file != null) {

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to