Show
Ignore:
Timestamp:
04/01/08 16:20:48 (9 months ago)
Author:
relet.net
Message:

replaced the stop button with a pause sign

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/net/relet/freimap/OlsrdDataSource.java

    r19 r20  
    254254        } 
    255255      } catch (SocketTimeoutException ex) { 
    256         System.err.println("[OlsrdataSource] timeout while trying to connect. "+ex.getMessage()); 
     256        System.err.println("[OlsrdDataSource] timeout while trying to connect. "+ex.getMessage()); 
    257257        return; 
    258258      } catch (ConnectException ex) {