diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 15:48:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 15:48:56 +0000 |
| commit | 269558d30023525012a3b0633b030fa2e9151e29 (patch) | |
| tree | 644951d773252dc19fdae3dc6e4a891d841a738e /sources/simulator/VSMain.java | |
| parent | da1e3f2b0cd5a45f7ecc7e49873fd1f10cbb43c1 (diff) | |
1 Renamed the editors package into prefs.editors
Diffstat (limited to 'sources/simulator/VSMain.java')
| -rw-r--r-- | sources/simulator/VSMain.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index fe0b5d4..9646c64 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -4,8 +4,8 @@ import java.awt.*; import java.awt.event.*; import javax.swing.*; -import editors.*; import prefs.*; +import prefs.editors.*; import protocols.*; public class VSMain { |
