diff --git a/components/rx/trunk/tooledit.pas b/components/rx/trunk/tooledit.pas index fe14965bf..49bfec235 100644 --- a/components/rx/trunk/tooledit.pas +++ b/components/rx/trunk/tooledit.pas @@ -808,7 +808,15 @@ end; function TCustomRxDateEdit.GetDefaultGlyphName: String; begin + {$IFDEF LINUX} Result:='picDateEdit'; + {$ELSE} + {$IFDEF WINDOWS} + Result:='picDateEdit'; + {$ELSE} + Result:=''; + {$ENDIF} + {$ENDIF} end; function TCustomRxDateEdit.CreatePopupForm: TPopupCalendar;