diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-05 12:55:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-05 12:55:14 +0000 |
| commit | 769ebeeba74fd793c4a3cb915be34598e0dfbef1 (patch) | |
| tree | b34aea3a001fe7ab6bd3c33104ec943ae1308e38 /test/editor.cxx | |
| parent | f2fa59fd0f9119cc592c191431743d3291ee46f8 (diff) | |
Tearing my hairs out about terminology in utf-8
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7429 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/editor.cxx')
| -rw-r--r-- | test/editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index 12cc4ccb9..3c650aab0 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -784,6 +784,7 @@ Fl_Window* new_view() { int main(int argc, char **argv) { textbuf = new Fl_Text_Buffer; + textbuf->text("Rügenwälder Ruß."); style_init(); Fl_Window* window = new_view(); |
