gui: better error message.

This commit is contained in:
Daniel Juyung Seo 2013-08-12 10:55:30 +09:00
parent dd6014ff17
commit 1661748373
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Gui_Data *gd = NULL;
#define ETV_CHECK_GUI \
if (!gd) \
{ \
CRI("gui_init() is not called."); \
CRI("Gui is not initialized. Call gui_init() before you use it."); \
return; \
}