FIX: small fix in uwlxmodule

This commit is contained in:
b4rr4cuda 2008-04-11 15:03:19 +00:00
commit 23ecbe86df

View file

@ -151,7 +151,9 @@ begin
Result:=true;
end else Result:=false;
{$ENDIF}
{$IFNDEF LCLGTK}
Result:=true
{$ENDIF}
end;
{ TWLXModule }