mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8587 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ int main(int argc, char **argv) {
|
|||||||
subwindow->end();
|
subwindow->end();
|
||||||
subwindow->use_cursor(FL_CURSOR_HAND);
|
subwindow->use_cursor(FL_CURSOR_HAND);
|
||||||
(new Fl_Box(FL_NO_BOX,0,0,400,100,
|
(new Fl_Box(FL_NO_BOX,0,0,400,100,
|
||||||
"A child Fl_Window with children of it's own may "
|
"A child Fl_Window with children of its own may "
|
||||||
"be useful for imbedding controls into a GL or display "
|
"be useful for imbedding controls into a GL or display "
|
||||||
"that needs a different visual. There are bugs with the "
|
"that needs a different visual. There are bugs with the "
|
||||||
"origins being different between drawing and events, "
|
"origins being different between drawing and events, "
|
||||||
|
|||||||
Reference in New Issue
Block a user