summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-12 17:34:42 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-12 17:34:42 +0000
commit9e1647d2eacc4c76aaa5ac194702d9d397b4354a (patch)
tree424157efa14f586c7fa19f71d34028f49b8d5a6b /src/corelib/gfxbase.pas
parent68c345d04c323d1e98b83236c465c63a916260cd (diff)
downloadfpGUI-9e1647d2eacc4c76aaa5ac194702d9d397b4354a.tar.xz
* Extended the sample text string used in the Font Select dialog.
Diffstat (limited to 'src/corelib/gfxbase.pas')
-rw-r--r--src/corelib/gfxbase.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index 9b4bbec7..78ef4b66 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -58,7 +58,7 @@ const
// The special keys, based on the well-known keyboard scan codes
{$I keys.inc}
- FPG_DEFAULT_FONT_DESC = 'Arial,Sans-10';
+ FPG_DEFAULT_FONT_DESC = 'Arial-10';
UserNamedColorStart = 128;
{$I predefinedcolors.inc}