Changeset 5522 for trunk/SRC/org/openmicroscopy/shoola/env/LookupNames.java
- Timestamp:
- 06/24/08 19:45:46 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/env/LookupNames.java
r5514 r5522 50 50 /** Field to access the <code>Version</code> information. */ 51 51 public static final String VERSION = "Version"; 52 53 /** Field to access the <code>Name oof the sofware</code>. */ 54 public static final String SOFTWARE_NAME = "SoftwareName"; 55 56 /** Field to access the <code>About file</code> information. */ 57 public static final String ABOUT_FILE = "AboutFile"; 52 58 53 59 /** Field to access the <code>env</code> package. */
