myGeodesicLabels << aPointXDegLabel << aPointYDegLabel
<< aPointXMinLabel << aPointYMinLabel
<< aPointXSecLabel << aPointYSecLabel
- << aPointLatLabel << aPointLonLabel;
+ << aPointLonLabel << aPointLatLabel;
QtxIntSpinBox* aPointXDeg = new QtxIntSpinBox( -179, 179, 1, myTransformGroup );
QtxIntSpinBox* aPointYDeg = new QtxIntSpinBox( 0, 89, 1, myTransformGroup );
aTransformLayout->addWidget( aPointXMinLabel, aRow + 1, 6 );
aTransformLayout->addWidget( aPointXSec, aRow + 1, 7 );
aTransformLayout->addWidget( aPointXSecLabel, aRow + 1, 8 );
- aTransformLayout->addWidget( aPointLatLabel, aRow + 1, 9 );
+ aTransformLayout->addWidget( aPointLonLabel, aRow + 1, 9 );
aTransformLayout->addWidget( aCartPointX, aRow + 1, 3, 1, 6 );
aTransformLayout->addWidget( aRefPointX, aRow + 1, 3, 1, 6 );
aTransformLayout->addWidget( aPointYMinLabel, aRow + 2, 6 );
aTransformLayout->addWidget( aPointYSec, aRow + 2, 7 );
aTransformLayout->addWidget( aPointYSecLabel, aRow + 2, 8 );
- aTransformLayout->addWidget( aPointLonLabel, aRow + 2, 9 );
+ aTransformLayout->addWidget( aPointLatLabel, aRow + 2, 9 );
aTransformLayout->addWidget( aCartPointY, aRow + 2, 3, 1, 6 );
aTransformLayout->addWidget( aRefPointY, aRow + 2, 3, 1, 6 );