Ignore:
Timestamp:
Mar 23, 2017, 1:13:15 PM (7 years ago)
Author:
stuerze
Message:

minor changes: IGS08 => IGS14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bnccustomtrafo.cpp

    r7666 r8085  
    113113  editLayout->addWidget(new QLabel(tr("t0 [y]")),         4, 4, Qt::AlignRight);
    114114  editLayout->addWidget(_t0LineEdit,                      4, 5);
    115   editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS08"), 5, 0, 1, 6, Qt::AlignCenter);
     115  editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS14"), 5, 0, 1, 6, Qt::AlignCenter);
    116116  editLayout->addWidget(new QLabel("into target reference system."), 6, 0, 1, 6, Qt::AlignCenter);
    117117
     
    120120  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    121121  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
    122  
     122
    123123  _buttonCancel = new QPushButton(tr("Cancel"), this);
    124124  connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
Note: See TracChangeset for help on using the changeset viewer.