1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
This commit is contained in:
jules 2007-06-17 18:45:30 +00:00
parent bfdb48d4bc
commit 6264cdcc2b
36 changed files with 150 additions and 145 deletions

View file

@ -105,7 +105,7 @@ bool FileBasedDocument::loadFrom (const File& newFile,
}
else
{
error = T("The file doesn't exist");
error = "The file doesn't exist";
}
documentFile = oldFile;