From: <hu...@us...> - 2007-09-12 04:36:22
|
Revision: 516 http://cishell.svn.sourceforge.net/cishell/?rev=516&view=rev Author: huangb Date: 2007-09-11 21:36:19 -0700 (Tue, 11 Sep 2007) Log Message: ----------- Modify the title of the pop-up window to "View As..." a Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/viewwith/FileViewWith.java Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/viewwith/FileViewWith.java =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/viewwith/FileViewWith.java 2007-09-12 04:35:06 UTC (rev 515) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/viewwith/FileViewWith.java 2007-09-12 04:36:19 UTC (rev 516) @@ -209,7 +209,7 @@ public void run() { // lots of persisters found, return the chooser - ViewWithDataChooser vdc = new ViewWithDataChooser("View as...", theFile, shell, + ViewWithDataChooser vdc = new ViewWithDataChooser("View As...", theFile, shell, theData, theConverters, context); vdc.open(); isSaved = vdc.isSaved(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |