branch develop updated (f419ff5 -> a42b34d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from f419ff5 refs-80 #3590: Introduces JTables new a42b34d change formats order The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a42b34dc92f2c274ca4e7c10d8bbbdca8824b756 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 4 16:54:15 2014 +0100 change formats order Summary of changes: .../java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit a42b34dc92f2c274ca4e7c10d8bbbdca8824b756 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 4 16:54:15 2014 +0100 change formats order --- .../java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx index 9426f02..3b83ddc 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx @@ -94,9 +94,9 @@ public void setShowResetButton(boolean showResetButton) { model.setShowResetButt </cell> <cell> <JPanel id='formatPanel' layout='{new GridLayout(0,1,0,0)}'> - <JRadioButton id='ddFormat'/> <JRadioButton id='dmsFormat'/> <JRadioButton id='dmdFormat'/> + <JRadioButton id='ddFormat'/> </JPanel> </cell> </row> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm