1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

TranslatableString caption & message in MessageBoxException

This commit is contained in:
Paul Licameli
2019-12-07 10:04:35 -05:00
parent 54e2bbd8ff
commit 503ccabdd8
16 changed files with 50 additions and 53 deletions

View File

@@ -209,7 +209,7 @@ static void Extract(bool bits16,
}
if( dataSizeIn < 1 )
throw SimpleMessageBoxException{_("Bad data size")};
throw SimpleMessageBoxException{XO("Bad data size")};
size_t dataSize = (size_t)dataSizeIn;