corrected typo in debug msg
This commit is contained in:
parent
42cea5cd40
commit
2559f7f70e
1 changed files with 1 additions and 1 deletions
2
lua.cpp
2
lua.cpp
|
@ -2256,7 +2256,7 @@ void getTextObjectParams(TextObject *textObject, lua_Object table_obj) {
|
|||
else if (strmatch(key_text, "fgcolor"))
|
||||
textObject->setFGColor(check_color(2));
|
||||
else if (strmatch(key_text, "hicolor"))
|
||||
warning("getTextObjectParams 'hivolor'");
|
||||
warning("getTextObjectParams 'hicolor'");
|
||||
else if (strmatch(key_text, "disabled"))
|
||||
textObject->setDisabled(atoi(lua_getstring(lua_getresult(2))) != 0);
|
||||
else if (strmatch(key_text, "center"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue