Changeset 10386
- Timestamp:
- 01/30/10 18:42:06 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Project.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Project.pm
r10203 r10386 31 31 my $root = shift; 32 32 unless ( -d $root ) { 33 34 # Carp::croak("Project directory '$root' does not exist"); 33 # Carp::croak("Project directory '$root' does not exist"); 35 34 # Project root doesn't exist, this might cause problems 36 35 # but croaking completly crashs Padre. Fix for #819 … … 38 37 sprintf( 39 38 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.' 43 42 ), 44 43 $root
