summaryrefslogtreecommitdiff
path: root/altosui/AltosDescent.java
diff options
context:
space:
mode:
authorTom Marble <tmarble@info9.net>2012-09-11 12:54:31 -0500
committerTom Marble <tmarble@info9.net>2012-09-11 12:54:31 -0500
commit95268d681c9a6652d84db383f55a4fe8a4ac5173 (patch)
treec5b5b52dc9e7454f968b7c6e4084f78c344cfd6b /altosui/AltosDescent.java
parent13c64f6fb5764c6a0f3520cf4e48a75d78e163db (diff)
Reverted package name to 'altosui' from 'AltosUI'
Also added emacs backup regex (*~) to .gitignore
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 2e3f26bd..62258814 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.*;