Changeset 2dc173b in mmcs for mainwindow.C


Ignore:
Timestamp:
Dec 7, 2016, 3:23:22 PM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
13c9b4d
Parents:
82657bc
Message:

Agregados cambios de forma (componentes -> sub-cuentas)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r82657bc r2dc173b  
    444444    PHClasicoIncidencia.addAction(&actionPHCIncidenciaCuenta);
    445445
    446     actionPHCIncidenciaComponente.setText("Por co&mponente");
     446    actionPHCIncidenciaComponente.setText("Por sub-&cuenta");
    447447    actionPHCIncidenciaComponente.setDisabled(true);
    448448    PHClasicoIncidencia.addAction(&actionPHCIncidenciaComponente);
     
    466466    PHNoClasicoIncidencia.addAction(&actionPHNCIncidenciaCuenta);
    467467
    468     actionPHNCIncidenciaComponente.setText("Por co&mponente");
     468    actionPHNCIncidenciaComponente.setText("Por sub-&cuenta");
    469469    actionPHNCIncidenciaComponente.setDisabled(true);
    470470    PHNoClasicoIncidencia.addAction(&actionPHNCIncidenciaComponente);
     
    488488    PreciosNHIncidencia.addAction(&actionPNHIncidenciaCuenta);
    489489
    490     actionPNHIncidenciaComponente.setText("Por co&mponente");
     490    actionPNHIncidenciaComponente.setText("Por sub-&cuenta");
    491491    actionPHNCIncidenciaComponente.setDisabled(true);
    492492    PreciosNHIncidencia.addAction(&actionPNHIncidenciaComponente);
     
    19691969        QLabel *label2 = new QLabel;
    19701970        label1->setText("Cuentas");
    1971         label2->setText("Componentes");
     1971        label2->setText("Sub-Cuentas");
    19721972        labels->addWidget(label1);
    19731973        labels->addWidget(label2);
     
    59385938    QLabel *label2 = new QLabel;
    59395939    label1->setText("Cuentas");
    5940     label2->setText("Componentes");
     5940    label2->setText("Sub-Cuentas");
    59415941    labels->addWidget(label1);
    59425942    labels->addWidget(label2);
Note: See TracChangeset for help on using the changeset viewer.