Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 268 → Rev 269

/DUBwise/trunk/j2me/src/DUBwiseUIDefinitions.java
48,11 → 48,11
public final static byte STATEID_PARAM_MASSWRITE =33;
public final static byte STATEID_SELECT_FIRMWARE =34;
public final static byte STATEID_SHOWPHONEGPS =35;
public final static byte STATEID_SETTING_OPTIONS =36;
public final static byte STATEID_COUNT =37;
 
public final static byte STATEID_COUNT =36;
 
 
 
public final static byte ACTIONID_SETTINGS = 0;
public final static byte ACTIONID_DEVICESELECT = 1;
public final static byte ACTIONID_DEBUG = 2;
95,6 → 95,11
public final static byte ACTIONID_SELECT_FIRMWARE = 39;
public final static byte ACTIONID_UPDATE_DUBWISE = 40;
public final static byte ACTIONID_SHOWPHONEGPS = 41;
public final static byte ACTIONID_RECONNECT = 42;
public final static byte ACTIONID_SETTING_OPTIONS = 43;
public final static byte ACTIONID_SETTING_LOADPLAIN = 44;
public final static byte ACTIONID_SETTING_LOADFANCY = 45;
 
public final static byte ACTIONID_QUIT = 100;