blob: 0a85874c91fbdd091bdaacf62d91e6ee84fb359e (
plain)
1
2
3
4
5
6
7
8
|
// 22 may 2016
#include "../ui.h"
#include "uipriv.h"
void uiUserBugCannotSetParentOnToplevel(const char *type)
{
userbug("You cannot make a %s a child of another uiControl,", type);
}
|