Merge pull request #1852 from jonpas/fixELSTRINGmacroWord

Fixed ELSTRING macro typo
This commit is contained in:
SilentSpike 2015-07-14 00:02:34 +01:00
commit 7b88280988
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#ifndef STRING_MACROS_GUARD
#define STRING_MACROS_GUARD
#define LSTRING(var1) QUOTE(TRIPLES(STR,ADDON,var1))
#define LESTRING(var1,var2) QUOTE(TRIPLES(STR,DOUBLES(PREFIX,var1),var2))
#define ELSTRING(var1,var2) QUOTE(TRIPLES(STR,DOUBLES(PREFIX,var1),var2))
#define CSTRING(var1) QUOTE(TRIPLES($STR,ADDON,var1))
#define ECSTRING(var1,var2) QUOTE(TRIPLES($STR,DOUBLES(PREFIX,var1),var2))
#endif

View File

@ -38,7 +38,7 @@ _onSuccess = {
};
_onFailure = {
[localize LESTRING(common,ActionAborted)] call DEFUNC(common,displayTextStructured);
[localize ELSTRING(common,ActionAborted)] call DEFUNC(common,displayTextStructured);
};
_condition = {