/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts

« back to all changes in this revision

Viewing changes to src/am/ed/exportcontacts/Intro.java

  • Committer: edam
  • Date: 2012-12-19 15:51:48 UTC
  • Revision ID: tim@ed.am-20121219155148-9ut7lwtpi21aj54m
changed "homepage" to "webpage"

Show diffs side-by-side

added added

removed removed

41
41
                setNextActivity( ConfigureVCF.class );
42
42
 
43
43
                TextView link = (TextView)findViewById( R.id.intro_link );
44
 
                Linkify.addLinks( link, Pattern.compile( "The Export Contacts homepage" ),
 
44
                Linkify.addLinks( link, Pattern.compile( "The Export Contacts webpage" ),
45
45
                        "", null, new Linkify.TransformFilter() {
46
46
                                public String transformUrl( Matcher match, String url ) {
47
47
                                        return "http://ed.am/dev/android/export-contacts";