* n00b-proofing
This commit is contained in:
parent
f26266179d
commit
b64e2b23a7
|
@ -865,7 +865,7 @@ public class MediaBindingBean {
|
||||||
private void checkMediaFile() throws RuntimeException {
|
private void checkMediaFile() throws RuntimeException {
|
||||||
// make sure file is not null, and that it is an existing file
|
// make sure file is not null, and that it is an existing file
|
||||||
if (mediaFile == null) {
|
if (mediaFile == null) {
|
||||||
throw new RuntimeException("Path to media file has not been set");
|
throw new RuntimeException("Path to media file not set. Click (x)= and select a sample file.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue