diff options
Diffstat (limited to 'test')
| -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(); |
