Update jar.

This commit is contained in:
sigonasr2 2017-09-07 19:06:25 -05:00
parent a0184e14da
commit d3c6354450
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -371,7 +371,7 @@ public class SlideshowViewer {
if (filelist.length==0) { if (filelist.length==0) {
System.out.println("Could not find any files to load!"); System.out.println("Could not find any files to load!");
try { try {
System.out.println("\nPlease insert files into the "+dir.getCanonicalPath()+" directory and restart the program!"); System.out.println("\nPlease insert files into the "+dir.getCanonicalPath()+" directory!");
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }