/[gzz]/gzz/lava/gzz/potion/potions/ViewContainedText.java
ViewVC logotype

Diff of /gzz/lava/gzz/potion/potions/ViewContainedText.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by antonfeldmann, Sun Jan 5 18:03:46 2003 UTC revision 1.2 by benja, Mon Jan 6 13:04:15 2003 UTC
# Line 16  public class ViewContainedText extends A Line 16  public class ViewContainedText extends A
16          public void execute(List[] params, Map context) {          public void execute(List[] params, Map context) {
17              for(Iterator i=params[0].iterator(); i.hasNext();) {              for(Iterator i=params[0].iterator(); i.hasNext();) {
18                  Cell c = (Cell)i.next();                  Cell c = (Cell)i.next();
19                  String s =  Containment.getContainedText(c);                  String s =  
20                        "Attention! The text below CANNOT be edited!\n" +
21                        "All changes WILL BE LOST!\n\n" +
22                        Containment.getContainedText(c);
23                  DefaultBinder.execExternalEditor(s);                  DefaultBinder.execExternalEditor(s);
24              }              }
25                    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26