Skip to content

Commit

Permalink
Test commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 22, 2014
1 parent 09a6252 commit 40c7e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qz-print/src/qz/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class Main {

public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "This program cannot be run interactively. Please visit: http://qzindustries.com", "Error", JOptionPane.ERROR_MESSAGE);
JOptionPane.showMessageDialog(null, "This program cannot yet be run interactively. Please visit: http://qzindustries.com", "Error", JOptionPane.ERROR_MESSAGE);
System.exit(0);
}
}

0 comments on commit 40c7e65

Please sign in to comment.