Revision 38789

View differences:

branches/v2_0_0_prep/frameworks/_fwAndami/src/org/gvsig/andami/ui/mdiFrame/NewStatusBar.java
421 421
    }
422 422
    
423 423
    private String getFirstTextLine(String text) {
424
        
425
        if (text == null) {
426
            return null;
427
        }
428
        
424 429
    	int n = text.indexOf("\n");
425 430
    	if( n == -1 ) {
426 431
    		return text;

Also available in: Unified diff