diff options
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r-- | test/dw_ui_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc index 7b1fe205..c65f76f9 100644 --- a/test/dw_ui_test.cc +++ b/test/dw_ui_test.cc @@ -100,7 +100,7 @@ int main(int argc, char **argv) // Note on complex buttons: before any operations on the widget, which // need a layout, the complex button resource should be created, since - // then, a layout and a platform are instanciated. + // then, a layout and a platform are instantiated. Textblock *cbuttontext = new Textblock(false); ComplexButtonResource *cbuttonres = layout->getResourceFactory()->createComplexButtonResource (cbuttontext, |