altosui: Explicitly initialize Altos class
authorKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:40:17 +0000 (13:40 -0400)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:40:17 +0000 (13:40 -0400)
Because the Altos class is never instantiated, the static initializers
are never called, leaving the string to state mapping empty. Hand-code
the call to the initialer instead.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found