Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 492 → Rev 493

/DUBwise/trunk/j2me/src/DUBwiseUIDefinitions.java
53,12 → 53,12
public final static byte STATEID_GET_AVRSIG =38;
public final static byte STATEID_SELECT_MIXER =39;
public final static byte STATEID_DUBWISE_VALUES =40;
public final static byte STATEID_BIG_SYMBOLS =41;
 
public final static byte STATEID_COUNT =42;
 
public final static byte STATEID_COUNT =41;
 
 
 
public final static byte ACTIONID_SETTINGS = 0;
public final static byte ACTIONID_DEVICESELECT = 1;
public final static byte ACTIONID_DEBUG = 2;
108,6 → 108,7
public final static byte ACTIONID_MAP = 46;
public final static byte ACTIONID_SELECT_DUBWISEDIR = 47;
public final static byte ACTIONID_SELECT_MIXER = 48;
public final static byte ACTIONID_BIG_SYMBOLS = 49;
 
public final static byte ACTIONID_QUIT = 100;