Skip to content

Commit

Permalink
Update javarosa jar to 2016-04-21; update title string.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsundt committed Apr 22, 2016
1 parent 781fa44 commit 65444de
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/kxml2-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/javarosa-libraries-2015-08-05.jar"/>
<classpathentry kind="lib" path="lib/javarosa-libraries-2016-04-21.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file removed lib/javarosa-libraries-2015-08-05.jar
Binary file not shown.
Binary file added lib/javarosa-libraries-2016-04-21.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/org/odk/validate/FormValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void setError(boolean outcome) {
}

public FormValidator() {
validatorFrame = new JFrame("ODK Validate 1.4.6 for ODK Collect v1.4.6 and newer");
validatorFrame = new JFrame("ODK Validate 1.4.9 for ODK Collect v1.4.9 and newer");
JPanel validatorPanel = new JPanel();
validatorFrame.setResizable(false);

Expand Down

0 comments on commit 65444de

Please sign in to comment.