diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-08 00:20:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | e0761a05398114d16ab3f51589e4df97711c6cea (patch) | |
| tree | 3839acc748d58034c4b2c54968c0df486a0088a6 /src/verify.h | |
| parent | f443c3161460c1b927ec9072fdc4e76a2f156cab (diff) | |
Add OK note when release territory is valid.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 339f4186..e59371b8 100644 --- a/src/verify.h +++ b/src/verify.h @@ -182,6 +182,7 @@ public: * note contains the invalid language */ INVALID_LANGUAGE, + VALID_RELEASE_TERRITORY, /** A picture asset does not have one of the required Bv2.1 sizes (in pixels) [Bv2.1_7.1] * note contains the incorrect size as "<width>x<height>" * file contains the asset filename |
