Files
2022-06-02 14:34:10 -04:00

9 lines
193 B
C

// 22 may 2016
#include "../ui.h"
#include "uipriv.h"
void uiUserBugCannotSetParentOnToplevel(const char *type)
{
uiprivUserBug("You cannot make a %s a child of another uiControl,", type);
}