summaryrefslogtreecommitdiff
path: root/src/corelib/gfx_constants.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-25 08:41:03 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-25 08:41:03 +0000
commit6d7be43cb7f06433dec345270880e440ab7829f6 (patch)
treee11188e6c32351199f617c54c9f5b96803ebf3dc /src/corelib/gfx_constants.pas
parent504502abd0c8525a547deabcf890855513d43e4b (diff)
downloadfpGUI-6d7be43cb7f06433dec345270880e440ab7829f6.tar.xz
* Added Antonio Sanguigni new TfpgHyperLabel component to fpGUI. I converted his gui_browser class to a fpgOpenURL function.
Diffstat (limited to 'src/corelib/gfx_constants.pas')
-rw-r--r--src/corelib/gfx_constants.pas8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/gfx_constants.pas b/src/corelib/gfx_constants.pas
index e1b8d7b4..e64cf448 100644
--- a/src/corelib/gfx_constants.pas
+++ b/src/corelib/gfx_constants.pas
@@ -59,6 +59,14 @@ resourcestring
{$IFEND}
+const
+ {$IFDEF UNIX}
+ AllFilesMask = '*';
+ {$ELSE}
+ AllFilesMask = '*.*';
+ {$ENDIF UNIX}
+
+
{ This is so that when we support LTR and RTL languages, the colon will be
added at the correct place. }
function fpgAddColon(const AText: TfpgString): TfpgString;