Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 260 → Rev 261

/DUBwise/trunk/j2me/src/DUBwiseUIDefinitions.java
47,8 → 47,9
public final static byte STATEID_PARAM_MENU =32;
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_COUNT =35;
public final static byte STATEID_COUNT =36;
 
 
 
93,7 → 94,7
public final static byte ACTIONID_RENAME_PARAMS = 38;
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_QUIT = 100;