~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.dcraw/src/com/bdaum/zoom/dcraw/internal/RawConverter.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        private File dcraw;
56
56
        private boolean external = false;
57
57
 
 
58
        public RawConverter() {
 
59
                setConverterLocation(null);
 
60
        }
 
61
 
58
62
        public void setConverterLocation(String location) {
59
63
                if (location == null || location.length() == 0) {
60
64
                        if (dcraw == null || external)