micropeak/altosui/telegps: Fix icon file names
authorKeith Packard <keithp@keithp.com>
Thu, 10 Jul 2014 07:26:55 +0000 (00:26 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Jul 2014 07:26:55 +0000 (00:26 -0700)
commit6f2a4c610dfacbf500650db0eeeca6623bb49c5c
tree9208106acd20805c58a21d1266c347c0dbb2e992
parent1684291ba9a4f3bc2828e7b079ac27efcba6a163
micropeak/altosui/telegps: Fix icon file names

The icon file names are now structured to have an organization name
and application name component. This should avoid collisions with
other packages when the icon files are installed in a shared
directory, as on Linux. Within the Java .jar file, the new names need
to be correctly referenced or we won't find them.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUIFrame.java
micropeak/MicroFrame.java
telegps/TeleGPS.java