summaryrefslogtreecommitdiff
path: root/altosui/AltosDescent.java
diff options
context:
space:
mode:
authorTom Marble <tmarble@info9.net>2012-09-10 16:54:27 -0500
committerTom Marble <tmarble@info9.net>2012-09-10 16:54:27 -0500
commit708e7937cba52982b91244cf89bfbff46d346135 (patch)
treebf191d981eebd555ea4853e8b9719f7778b48a3a /altosui/AltosDescent.java
parentc2ebebc4967043b16380b8ec8800862993005358 (diff)
Changed package name from altosui to AltosUI
Diffstat (limited to 'altosui/AltosDescent.java')
-rw-r--r--altosui/AltosDescent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosDescent.java b/altosui/AltosDescent.java
index 62258814..2e3f26bd 100644
--- a/altosui/AltosDescent.java
+++ b/altosui/AltosDescent.java
@@ -15,7 +15,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-package altosui;
+package AltosUI;
import java.awt.*;
import java.awt.event.*;