Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6015/src/java/net/sf/tails/swing/frame
Modified Files:
Index.java
Log Message:
colocando ultima versao...
Index: Index.java
===================================================================
RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/Index.java,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Index.java 12 Nov 2007 21:32:23 -0000 1.49
--- Index.java 12 Nov 2007 22:13:45 -0000 1.50
***************
*** 733,737 ****
protected void helpButtonActionPerformed(ActionEvent evt) {
String osName = System.getProperty("os.name");
! String url = "http://tail.cvs.sourceforge.net/*checkout*/tail/TailS/Data/Help/TailSHelp.html?revision=1.1#Runner";
try {
--- 733,737 ----
protected void helpButtonActionPerformed(ActionEvent evt) {
String osName = System.getProperty("os.name");
! String url = "http://tail.cvs.sourceforge.net/*checkout*/tail/TailS/Data/Help/TailSHelp.html?revision=1.3#Runner";
try {
|