summaryrefslogtreecommitdiff
path: root/examples/gui
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-18 14:50:52 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-18 14:50:52 +0000
commit788ae16a47c2bd345ee1542b0bd6e4b2278258f6 (patch)
treef9ea535fd45f8926f50df3281ccc38c714dd73e5 /examples/gui
parenta0918f9ac872f34e4781264374ce451be608742f (diff)
downloadfpGUI-788ae16a47c2bd345ee1542b0bd6e4b2278258f6.tar.xz
* Added a new UTF8 Utils unit with some handy functions.
* Modified TFEdit to be UTF8 friendly. Needs testing. * Modified the WidgetTest - Edit Fields form to show UTF8 text in the TFEdit component for testing.
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/widgettest/widgettest.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/widgettest/widgettest.pas b/examples/gui/widgettest/widgettest.pas
index fcfe3b99..704e1619 100644
--- a/examples/gui/widgettest/widgettest.pas
+++ b/examples/gui/widgettest/widgettest.pas
@@ -694,6 +694,7 @@ constructor TEditForm.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
LoadForm(self);
+ Edit1.Text := 'Gráficas Magnificacion! Teste';
Edit2.PasswordChar := '*';
end;