Changeset 10386

Show
Ignore:
Timestamp:
01/30/10 18:42:06 (7 months ago)
Author:
adamk
Message:

Whitespace tweaks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Project.pm

    r10203 r10386  
    3131        my $root  = shift; 
    3232        unless ( -d $root ) { 
    33  
    34                 #               Carp::croak("Project directory '$root' does not exist"); 
     33                # Carp::croak("Project directory '$root' does not exist"); 
    3534                # Project root doesn't exist, this might cause problems 
    3635                # but croaking completly crashs Padre. Fix for #819 
     
    3837                        sprintf( 
    3938                                Wx::gettext( 
    40                                               'Project directory %s does not exist (any longer). ' 
    41                                                 . 'This is fatal and will cause problems, please close or ' 
    42                                                 . 'save-as this file unless you know what you are doing.' 
     39                                        'Project directory %s does not exist (any longer). ' 
     40                                        . 'This is fatal and will cause problems, please close or ' 
     41                                        . 'save-as this file unless you know what you are doing.' 
    4342                                ), 
    4443                                $root