]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed someone's compile error in regconf.cpp (needed a cast to non-const).
authorJulian Smart <julian@anthemion.co.uk>
Thu, 6 Aug 1998 19:49:54 +0000 (19:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 6 Aug 1998 19:49:54 +0000 (19:49 +0000)
Added nplugin sample HTML files, even if the samples have broken :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/regconf.cpp
utils/nplugin/samples/gui/index.html [new file with mode: 0644]
utils/nplugin/samples/simple/index.html [new file with mode: 0644]

index 635bdf355dd712614fb1b405b7f87fcf472cc575..854d39f7d011592dc8d31404cca40ca892840d90 100644 (file)
@@ -282,7 +282,7 @@ bool wxRegConfig::Read(wxString *pStr,
   }
 
   if(IsRecordingDefaults())
-     Write(szKey,szDefault);
+     ((wxRegConfig*)this)->Write(szKey,szDefault);
 
   // default value
   *pStr = szDefault;
diff --git a/utils/nplugin/samples/gui/index.html b/utils/nplugin/samples/gui/index.html
new file mode 100644 (file)
index 0000000..1d84f3d
--- /dev/null
@@ -0,0 +1,34 @@
+<HTML>
+<HEAD>
+<TITLE>GUI Plugin Demo</TITLE>
+</HEAD>
+
+<BODY>
+<H1>GUI Plugin Demo</H1>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+<EMBED ALIGN=RIGHT SRC="sample.gui" WIDTH=300 HEIGHT=200>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+</BODY>
+
+</HTML>
diff --git a/utils/nplugin/samples/simple/index.html b/utils/nplugin/samples/simple/index.html
new file mode 100644 (file)
index 0000000..84998d2
--- /dev/null
@@ -0,0 +1,34 @@
+<HTML>
+<HEAD>
+<TITLE>Simple Plugin Demo</TITLE>
+</HEAD>
+
+<BODY>
+<H1>Simple Plugin Demo</H1>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+<EMBED ALIGN=RIGHT SRC="sample.smp" WIDTH=300 HEIGHT=200>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.
+This just demonstrates how to embed an object into an HTML file.<P>
+
+</BODY>
+
+</HTML>