reactos/dll/win32/browseui/lang
Charles Ambrye d8e47d61d4 [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)
The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred.  If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing.
Note:  Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist.  For that reason, it is still possible to browse to a non-existent drive.  However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.
2020-04-20 14:21:37 +03:00
..
bg-BG.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
de-DE.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
en-US.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
es-ES.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
et-EE.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
fr-FR.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
he-IL.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
hi-IN.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
hu-HU.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
id-ID.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
it-IT.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
ja-JP.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
pl-PL.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
pt-BR.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
pt-PT.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
ro-RO.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
ru-RU.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
sq-AL.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
tr-TR.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
uk-UA.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
zh-CN.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00
zh-TW.rc [BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989) 2020-04-20 14:21:37 +03:00