diff options
Diffstat (limited to '')
-rw-r--r-- | gui/button.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/button.cpp b/gui/button.cpp index 5ba8182a1..af7d07b8f 100644 --- a/gui/button.cpp +++ b/gui/button.cpp @@ -34,9 +34,8 @@ #include <string> extern "C" { -#include "../common.h" +#include "../twcommon.h" #include "../minuitwrp/minui.h" -#include "../recovery_ui.h" } #include "rapidxml.hpp" @@ -87,7 +86,7 @@ GUIButton::GUIButton(xml_node<>* node) } } if (!hasFill && mButtonImg == NULL) { - LOGE("No image resource or fill specified for button.\n"); + LOGERR("No image resource or fill specified for button.\n"); } // The icon is a special case |