Update jar.

master
sigonasr2 7 years ago
parent a0184e14da
commit d3c6354450
  1. BIN
      SlideshowViewer/SlideshowViewer.jar
  2. 2
      SlideshowViewer/src/sig/SlideshowViewer/SlideshowViewer.java

@ -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();
} }

Loading…
Cancel
Save