Formspecs: Unify textarea and field parsing functions, fix wrong fallback text
authorSmallJoker <SmallJoker@users.noreply.github.com>
Fri, 9 Mar 2018 23:24:57 +0000 (00:24 +0100)
committerAndrew Ward <rw@rubenwardy.com>
Fri, 9 Mar 2018 23:24:57 +0000 (23:24 +0000)
commit473d81f2e2ad4b8077c9cfe241032c67d6a795c3
treef1af794b18bb65d3a2327e2f7dc4a25d65a5a749
parent12d1e4ff0486f86ae20051daa1135dc7db366023
Formspecs: Unify textarea and field parsing functions, fix wrong fallback text

* textarea[], field[]: Unify function, fix wrong fallback text
* Remove apparently superflous mainmenumanager.h incldue
* intlGUIEditBox.cpp: make read-only boxes really read-only
* Use elseif (trivial)
src/gui/guiFormSpecMenu.cpp
src/gui/guiFormSpecMenu.h
src/gui/intlGUIEditBox.cpp