Skip to content
Extraits de code Groupes Projets
Valider bde32524 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix typo in a VFW error message

parent 0263ee68
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -95,7 +95,7 @@ AvisynthVideoProvider::AvisynthVideoProvider(wxString filename) ...@@ -95,7 +95,7 @@ AvisynthVideoProvider::AvisynthVideoProvider(wxString filename)
warning += "The file could not be opened. It might be in use by another application, or you do not have permission to access it."; warning += "The file could not be opened. It might be in use by another application, or you do not have permission to access it.";
break; break;
case REGDB_E_CLASSNOTREG: case REGDB_E_CLASSNOTREG:
warning += "There is no handler installed for the file extension. This might indicate a fundameltal problem in your Video for Windows installation, and can be caused by extremely stripped Windows installations."; warning += "There is no handler installed for the file extension. This might indicate a fundamental problem in your Video for Windows installation, and can be caused by extremely stripped Windows installations.";
break; break;
default: default:
warning += "Unknown error."; warning += "Unknown error.";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter