mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
TranslatableString caption & message in MessageBoxException
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user