diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
commit | 0524d6afd9ce024027c302db3b3cd42738b0260f (patch) | |
tree | f63d745ba5fb776c9dc72d5999f3ed1e21d2dc9a /test/dw_ui_test.cc | |
parent | e16672e1ffcf3e52f1444c362c52183c9f9f201c (diff) |
spelling
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, |