mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
@@ -87,6 +87,13 @@ String tr(const String&, const String& subcat, const String& key, DefaultLocaleF
|
||||
/// A localized string for tooltip text, with 1 argument (printf style)
|
||||
#define _HELP_1_(s,a) format_string(_HELP_(s), a)
|
||||
|
||||
/// A localized string for tooltip labels, with 1 argument (printf style)
|
||||
#define _TOOL_1_(s,a) format_string(_TOOL_(s), a)
|
||||
/// A localized string for tooltip labels, with 2 argument (printf style)
|
||||
#define _TOOL_2_(s,a,b) format_string(_TOOL_(s), a, b)
|
||||
/// A localized string for tooltip labels, with 3 argument (printf style)
|
||||
#define _TOOL_3_(s,a,b,c) format_string(_TOOL_(s), a, b, c)
|
||||
|
||||
/// A localized string for tooltip text, with 1 argument (printf style)
|
||||
#define _TOOLTIP_1_(s,a) format_string(_TOOLTIP_(s), a)
|
||||
|
||||
|
||||
@@ -111,6 +111,9 @@ enum ChildMenuID {
|
||||
ID_CARD_ADD_CSV,
|
||||
ID_CARD_ADD_CSV_SEP,
|
||||
ID_CARD_ADD_CSV_BROWSE,
|
||||
ID_CARD_ADD_JSON,
|
||||
ID_CARD_ADD_JSON_ARRAY,
|
||||
ID_CARD_ADD_JSON_BROWSE,
|
||||
|
||||
// Keyword menu
|
||||
ID_KEYWORD_ADD = 6101,
|
||||
@@ -188,6 +191,7 @@ enum ChildMenuID {
|
||||
// On cards panel
|
||||
ID_COLLAPSE_NOTES = 8001,
|
||||
ID_CARD_FILTER,
|
||||
ID_CARD_COUNTER,
|
||||
|
||||
// Style panel
|
||||
ID_STYLE_USE_FOR_ALL = 8011,
|
||||
|
||||
Reference in New Issue
Block a user