Changeset 267


Ignore:
Timestamp:
11/17/02 15:26:20 (20 years ago)
Author:
piso
Message:

LS_EXTRA_OPTIONS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/Property.java

    r230 r267  
    33 *
    44 * Copyright (C) 2000-2002 Peter Graves
    5  * $Id: Property.java,v 1.5 2002-11-11 18:13:11 piso Exp $
     5 * $Id: Property.java,v 1.6 2002-11-17 15:26:20 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    271271    public static final Property LOOK_AND_FEEL =
    272272        createProperty("lookAndFeel");
     273    public static final Property LS_EXTRA_OPTIONS =
     274        createProperty("lsExtraOptions");
    273275    public static final Property NEWS =
    274276        createProperty("news");
Note: See TracChangeset for help on using the changeset viewer.