Changeset 9ad0e03 in visorpdf


Ignore:
Timestamp:
Oct 20, 2016, 11:10:14 AM (8 years ago)
Author:
Pedro Buitrago <pbuitrago@…>
Branches:
master
Children:
a07dd78
Parents:
c1a2dcf
Message:

agregando titulo a la ventana de verificación de firma electrónica q qpdfview a terepaima

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/mainwindow.cpp

    rc1a2dcf r9ad0e03  
    38933893    int cont = 1;
    38943894    if(sigCount == 0) {
     3895        my_msg_Box.setWindowTitle("Terepaima");
    38953896        my_msg_Box.setText("El documento no esta firmado");
    38963897        my_msg_Box.exec();
    38973898    }
    38983899    else {
     3900        my_msg_Box.setWindowTitle("Terepaima");
    38993901        my_msg_Box.setText("El documento esta firmado electronicamente");
    39003902        my_msg_Box.setDetailedText(newmessage);
Note: See TracChangeset for help on using the changeset viewer.