Mikolaj Wielgus 4 years ago
committed by Jeff Young
parent
commit
1d26a29fc0
  1. 5
      common/common.cpp

5
common/common.cpp

@ -260,11 +260,6 @@ wxString KIwxExpandEnvVars( const wxString& str, const PROJECT* aProject )
}
}
#ifndef __WINDOWS__
if( strResult.StartsWith( "~" ) )
strResult.Replace( "~", wxGetHomeDir(), false );
#endif // __WINDOWS__
return strResult;
}

Loading…
Cancel
Save