Subversion Repositories Projects

Rev

Rev 493 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 493 Rev 517
Line 107... Line 107...
107
    public final static byte ACTIONID_SETTING_LOADFANCY     = 45;
107
    public final static byte ACTIONID_SETTING_LOADFANCY     = 45;
108
    public final static byte ACTIONID_MAP                   = 46;
108
    public final static byte ACTIONID_MAP                   = 46;
109
    public final static byte ACTIONID_SELECT_DUBWISEDIR     = 47;
109
    public final static byte ACTIONID_SELECT_DUBWISEDIR     = 47;
110
    public final static byte ACTIONID_SELECT_MIXER          = 48;
110
    public final static byte ACTIONID_SELECT_MIXER          = 48;
111
    public final static byte ACTIONID_BIG_SYMBOLS           = 49;
111
    public final static byte ACTIONID_BIG_SYMBOLS           = 49;
-
 
112
    public final static byte ACTIONID_START_ENGINES           = 50;
Line 112... Line 113...
112
 
113