mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Added StringView type (similar to std::string_view)
This commit is contained in:
@@ -77,8 +77,6 @@ String tr(const Package&, const String& subcat, const String& key, DefaultLocale
|
||||
|
||||
/// A localized string for menus, with 1 argument (printf style)
|
||||
#define _MENU_1_(s,a) format_string(_MENU_(s), a)
|
||||
/// A localized string for context menus, contains no "\tshortcut"
|
||||
#define _CONTEXT_MENU_(s) remove_shortcut(_MENU_(s))
|
||||
|
||||
/// A localized string for tooltip text, with 1 argument (printf style)
|
||||
#define _HELP_1_(s,a) format_string(_HELP_(s), a)
|
||||
|
||||
Reference in New Issue
Block a user