diff options
| author | Kenny Root <kenny@the-b.org> | 2015-06-09 19:27:32 -0700 | 
|---|---|---|
| committer | Kenny Root <kenny@the-b.org> | 2015-06-09 19:27:36 -0700 | 
| commit | 74508ed00b32ec56c6d83d70a831cabd31141670 (patch) | |
| tree | e3231b2cfe1abf36ef4ccce192b104631b68a998 | |
| parent | 96c8e65326092a8d70af69cf369bc98bd7a06082 (diff) | |
| download | connectbot-74508ed00b32ec56c6d83d70a831cabd31141670.tar.gz connectbot-74508ed00b32ec56c6d83d70a831cabd31141670.tar.bz2 connectbot-74508ed00b32ec56c6d83d70a831cabd31141670.zip | |
Remove wrong link to license
Closes #77
| -rw-r--r-- | res/layout/wiz_eula.xml | 11 | 
1 files changed, 1 insertions, 10 deletions
| diff --git a/res/layout/wiz_eula.xml b/res/layout/wiz_eula.xml index 06b7c56..af06555 100644 --- a/res/layout/wiz_eula.xml +++ b/res/layout/wiz_eula.xml @@ -51,20 +51,11 @@  			android:layout_width="fill_parent"  			android:layout_height="wrap_content"  			android:paddingTop="10dip" +			android:autoLink="web"  			android:text="@string/copyright_info"  			android:textAppearance="?android:attr/textAppearanceSmall"  			/> -		<TextView -			android:layout_width="fill_parent" -			android:layout_height="wrap_content" -			android:paddingTop="10dip" -			android:autoLink="web" -			android:text="You can view the full text at http://www.gnu.org/licenses/gpl-3.0.txt" -			android:textSize="14sp" -			android:textColor="#bebebe" -			/> -   		<TextView  			android:layout_width="fill_parent"  			android:layout_height="wrap_content" | 
