Qt: Fixed typo.

git-svn-id: trunk@12275 -
This commit is contained in:
zeljko 2007-10-01 14:44:29 +00:00
parent 58e28c5a9d
commit 0e6f105e48

View File

@ -3223,7 +3223,7 @@ begin
{TODO: remove this ifdef as soon as we create MenuBar on demand creation,
not per default !}
{$ifdef windows}
{$ifndef windows}
if Assigned(TCustomForm(LCLObject).Menu) then
{$endif}
MenuBar := TQtMenuBar.Create(Result);