|
From: Rüdiger <ru...@us...> - 2006-04-27 18:18:07
|
Update of /cvsroot/jflight/jflight/app/src/jflight/gps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24660/app/src/jflight/gps Modified Files: Gps.java Log Message: YAB (yet another bugfix) Index: Gps.java =================================================================== RCS file: /cvsroot/jflight/jflight/app/src/jflight/gps/Gps.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Gps.java 26 Apr 2006 19:19:15 -0000 1.2 --- Gps.java 27 Apr 2006 18:17:57 -0000 1.3 *************** *** 153,157 **** public String getShortInfo() { ! return this.prodDescr + " " + this.swVersion + " "+ this.gpsId; } --- 153,157 ---- public String getShortInfo() { ! return " " + this.prodDescr + " " + this.swVersion + " "+ this.gpsId; } |