]> git.saurik.com Git - wxWidgets.git/commitdiff
Spelling typos fixed
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 15 Nov 2001 17:48:10 +0000 (17:48 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 15 Nov 2001 17:48:10 +0000 (17:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/fl/fl_demo1/fl_demo1.cpp

index 86641ceab3f066d78b3a4dad1ad8d19d9862a516..46f3bcd783e6c27f5e4ab1d5eb4ac9b7d58f58e1 100644 (file)
@@ -78,8 +78,8 @@ bool MyApp::OnInit(void)
     SetTopWindow(frame);
     
     
-    wxMessageBox("Hello, this demo has a bunch of yet-not-fixed-bugs and misssing functionality\n" \
-                 "The ONLY purpose is to demostrate self-layouting toolbars,\nflat-bitmapped-buttons and 2-new FL-plugins" \
+    wxMessageBox("Hello, this demo has a bunch of yet-not-fixed-bugs and missing functionality\n" \
+                 "The ONLY purpose is to demonstrate self-layouting toolbars,\nflat-bitmapped-buttons and 2-new FL-plugins" \
                  "(cbRowDragPlugin & cbBarHintsPlugin)\n\n" \
                  "BTW, disabled images and label-text are rendered at run-time" );
     
@@ -203,7 +203,7 @@ MyFrame::MyFrame(wxFrame *frame)
                       sizes1, FL_ALIGN_TOP,     // alignment ( 0-top,1-bottom, etc)
                       0,                        // insert into 0th row (vert. position)
                       0,                        // offset from the start of row (in pixels)
-                      "ToolBar1",               // name to refere in customization pop-ups
+                      "ToolBar1",               // name to refer in customization pop-ups
                       TRUE
                     );