summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-29 14:14:11 +0000
committerPaul Buetow <paul@buetow.org>2008-05-29 14:14:11 +0000
commit1467a9832da9294a4419d5ab7db573ba3ab649c6 (patch)
treea33c83774a155674fa8724177fe4ac28dc1c0b8d
parent6d1e772d75e1fcdd033787273de1f882a0624f57 (diff)
moved VSAbout into the utils package
-rw-r--r--sources/utils/VSAbout.java (renamed from sources/simulator/VSAbout.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/simulator/VSAbout.java b/sources/utils/VSAbout.java
index 724761c..5aca9a3 100644
--- a/sources/simulator/VSAbout.java
+++ b/sources/utils/VSAbout.java
@@ -2,7 +2,7 @@
* VS is (c) 2008 by Paul C. Buetow
* vs@dev.buetow.org
*/
-package simulator;
+package utils;
import java.awt.*;
import java.awt.event.*;