mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Names of add/remove card/keyword actions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@868 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -114,6 +114,12 @@ class Keyword : public IntrusivePtrVirtualBase {
|
||||
DECLARE_REFLECTION();
|
||||
};
|
||||
|
||||
inline String type_name(const Keyword&) {
|
||||
return _TYPE_("keyword");
|
||||
}
|
||||
inline String type_name(const vector<KeywordP>&) {
|
||||
return _TYPE_("keywords"); // not actually used, only for locale.pl script
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Using keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user