diff --git a/Case/src/org/sleuthkit/autopsy/casemodule/AddImageAction.java b/Case/src/org/sleuthkit/autopsy/casemodule/AddImageAction.java index 196092ebed..3e09bc5c7a 100644 --- a/Case/src/org/sleuthkit/autopsy/casemodule/AddImageAction.java +++ b/Case/src/org/sleuthkit/autopsy/casemodule/AddImageAction.java @@ -60,7 +60,7 @@ public final class AddImageAction extends CallableSystemAction implements Presen // String: time zone that the image is from static final String TIMEZONE_PROP = "timeZone"; // String[]: array of paths to each image selected - static final String IMGPATHS_PROP = "imgPaths"; + static final String IMGPATH_PROP = "imgPath"; // CleanupTask: task to clean up the database file if wizard errors/is cancelled after it is created static final String IMAGECLEANUPTASK_PROP = "finalFileCleanup"; // int: the next availble id for a new image diff --git a/Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.form b/Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.form index 809858410c..113a33f79e 100644 --- a/Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.form +++ b/Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.form @@ -1,4 +1,4 @@ - +