mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 23:48:30 +00:00
[USETUP] Localize the rest of the hardcoded error message strings
This commit is contained in:
parent
251bf49127
commit
2fbff73792
27 changed files with 383 additions and 15 deletions
|
@ -16,6 +16,9 @@ typedef enum _ERROR_NUMBER
|
|||
{
|
||||
NOT_AN_ERROR = 0, // ERROR_SUCCESS,
|
||||
ERROR_NOT_INSTALLED,
|
||||
ERROR_NO_BUILD_PATH,
|
||||
ERROR_SOURCE_PATH,
|
||||
ERROR_SOURCE_DIR,
|
||||
ERROR_NO_HDD,
|
||||
ERROR_NO_SOURCE_DRIVE,
|
||||
ERROR_LOAD_TXTSETUPSIF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue