Ignore:
Timestamp:
Oct 30, 2013, 5:40:46 PM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
0d4fa20
Parents:
2ff9cec (diff), 0a5cb8c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://tibisay.cenditel.gob.ve/trac/scm/git/dispositivos_moviles

Conflicts:

TibisayMovil/?.classpath
TibisayMovil?/bin/TibisayMovil.apk
TibisayMovil?/bin/resources.ap_
TibisayMovil?/gen/ve/gob/cenditel/tibisaymovil/R.java
TibisayMovil?/res/values/strings.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/src/ve/gob/cenditel/tibisaymovil/EncryptionResultActivity.java

    rae1bcd1 r0a5cb8c  
    4949                        getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title_bar);
    5050               
    51         TextView archivo_original_a_cifrar = (TextView) this.findViewById(R.id.archivo_original_a_cifrar);
    52         TextView archivo_cifrado = (TextView) this.findViewById(R.id.archivo_cifrado);
     51        TextView archivo_original_a_cifrar = (TextView) this.findViewById(R.id.archivo_original_pdf);
     52        TextView archivo_cifrado = (TextView) this.findViewById(R.id.archivo_descifrado);
    5353        TextView destinatario = (TextView) this.findViewById(R.id.destinatario);
    5454
Note: See TracChangeset for help on using the changeset viewer.