mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
CommandFlagOptions::MessageFormatter uses TranslatableString
This commit is contained in:
@@ -38,7 +38,8 @@ constexpr CommandFlag
|
||||
struct CommandFlagOptions{
|
||||
// Supplied the translated name of the command, returns a translated
|
||||
// error message
|
||||
using MessageFormatter = std::function< wxString( const wxString& ) >;
|
||||
using MessageFormatter =
|
||||
std::function< TranslatableString( const TranslatableString& ) >;
|
||||
|
||||
CommandFlagOptions() = default;
|
||||
CommandFlagOptions(
|
||||
|
||||
Reference in New Issue
Block a user