summaryrefslogtreecommitdiff
path: root/prototypes
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-14 22:10:37 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-14 22:10:37 +0000
commit72fd359020d8a29ca92096b1ecc1ac7421b723dc (patch)
tree0953df9bfc47de8b00bb14b3a8b5145ac381c556 /prototypes
parent9432daf804c88f04f20f89773fd0efdcbe89e360 (diff)
downloadfpGUI-72fd359020d8a29ca92096b1ecc1ac7421b723dc.tar.xz
* Minor changes to popup menus for Edit and Treeview.
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/fpgui2/tests/edittest.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/fpgui2/tests/edittest.lpr b/prototypes/fpgui2/tests/edittest.lpr
index 24fb9db0..ede76f86 100644
--- a/prototypes/fpgui2/tests/edittest.lpr
+++ b/prototypes/fpgui2/tests/edittest.lpr
@@ -421,7 +421,7 @@ begin
// writeln(UTF8Length(edit2.text));
// writeln(Length(edit2.text));
- UTF8Insert('ö', edit2.Text, 15);
+// UTF8Insert('ö', edit2.Text, 15);
// left to right and right to left text in one
// fpGUI doesn't handle this correctly yet.