]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/shaped.cpp
Add CombineURIs implementation for wxWebFileProtocolHandler. Update the IE backend...
[wxWidgets.git] / samples / shaped / shaped.cpp
index 6f93d5c8c11b14bcee4ade3b5e3eafdc64c741d1..6e9a0d955c60f22fe617811fb033c0d0fc144957 100644 (file)
@@ -181,6 +181,7 @@ private:
     {
         static const char *names[] =
         {
+            "none",
             "roll to left",
             "roll to right",
             "roll to top",
@@ -346,7 +347,7 @@ void MainFrame::OnShowEffect(wxCommandEvent& event)
             return;
     }
 
-    new EffectFrame(this, eff,1000);
+    new EffectFrame(this,  eff, 1000);
 }
 
 // ----------------------------------------------------------------------------