[Swift-commit] r2536 - trunk/src/org/griphyn/vdl/karajan
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sat Feb 14 06:42:58 CST 2009
Author: benc
Date: 2009-02-14 06:42:57 -0600 (Sat, 14 Feb 2009)
New Revision: 2536
Modified:
trunk/src/org/griphyn/vdl/karajan/Monitor.java
Log:
Remove two more uses of the VDS-word
Modified: trunk/src/org/griphyn/vdl/karajan/Monitor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Monitor.java 2009-02-14 12:42:08 UTC (rev 2535)
+++ trunk/src/org/griphyn/vdl/karajan/Monitor.java 2009-02-14 12:42:57 UTC (rev 2536)
@@ -64,7 +64,7 @@
private synchronized void init() {
frame = new JFrame();
- frame.setTitle("VDS Debugger");
+ frame.setTitle("Swift Debugger");
buttons = new JPanel();
frame.getContentPane().setLayout(new BorderLayout());
frame.getContentPane().add(buttons, BorderLayout.NORTH);
@@ -430,7 +430,7 @@
InputStream is = ins.getInputStream();
OutputStream os = ins.getOutputStream();
PrintStream ps = new PrintStream(os, true);
- ps.println("VDS Debugger");
+ ps.println("Swift Debugger");
while (true) {
ps.print("\n> ");
char c = (char) is.read();
More information about the Swift-commit
mailing list