Changeset 267
- Timestamp:
- 11/17/02 15:26:20 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Property.java
r230 r267 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: Property.java,v 1. 5 2002-11-11 18:13:11piso Exp $5 * $Id: Property.java,v 1.6 2002-11-17 15:26:20 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 271 271 public static final Property LOOK_AND_FEEL = 272 272 createProperty("lookAndFeel"); 273 public static final Property LS_EXTRA_OPTIONS = 274 createProperty("lsExtraOptions"); 273 275 public static final Property NEWS = 274 276 createProperty("news");
Note: See TracChangeset
for help on using the changeset viewer.