Author: ruschein
Date: 2010-02-12 12:53:55 -0800 (Fri, 12 Feb 2010)
New Revision: 19322
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:
Changed my mind on the capitalisation of "as."
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 20:51:50 UTC (rev 19321)
+++
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiOne.java
2010-02-12 20:53:55 UTC (rev 19322)
@@ -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 20:51:50 UTC (rev 19321)
+++
coreplugins/trunk/PSI-MI/src/org/cytoscape/coreplugin/psi_mi/plugin/ExportNetworkAsPsiMiTwoFive.java
2010-02-12 20:53:55 UTC (rev 19322)
@@ -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.