2013-12-05 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/Info.java, src/pandroid_event_viewer/pandorafms/About.java: changed the url of about. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9178 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
30e9d52d77
commit
c2ff2a31c0
|
@ -1,3 +1,9 @@
|
|||
2013-12-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/Info.java,
|
||||
src/pandroid_event_viewer/pandorafms/About.java: changed the url
|
||||
of about.
|
||||
|
||||
2013-12-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/Main.java: fixed to check the
|
||||
|
|
|
@ -42,7 +42,7 @@ public class About extends Activity {
|
|||
|
||||
TextView text = (TextView) findViewById(R.id.url_pandora);
|
||||
text.setText(Html
|
||||
.fromHtml("<a href='http://pandorafms.org/'>www.PandoraFMS.org</a>"));
|
||||
.fromHtml("<a href='http://pandorafms.com/'>www.PandoraFMS.com</a>"));
|
||||
text.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
|
||||
CheckBox check_show = (CheckBox) findViewById(R.id.dont_show_again_extended);
|
||||
|
|
|
@ -36,7 +36,7 @@ public class Info extends Activity {
|
|||
|
||||
TextView text = (TextView) findViewById(R.id.url_pandora);
|
||||
text.setText(Html
|
||||
.fromHtml("<a href='http://pandorafms.org/'>PandoraFMS.org</a>"));
|
||||
.fromHtml("<a href='http://pandorafms.com/'>PandoraFMS.com</a>"));
|
||||
text.setMovementMethod(LinkMovementMethod.getInstance());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue