Fixed someone's compile error in regconf.cpp (needed a cast to non-const).
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
This commit is contained in:
parent
5de76427c8
commit
b1670f9641
@ -282,7 +282,7 @@ bool wxRegConfig::Read(wxString *pStr,
|
||||
}
|
||||
|
||||
if(IsRecordingDefaults())
|
||||
Write(szKey,szDefault);
|
||||
((wxRegConfig*)this)->Write(szKey,szDefault);
|
||||
|
||||
// default value
|
||||
*pStr = szDefault;
|
||||
|
34
utils/nplugin/samples/gui/index.html
Normal file
34
utils/nplugin/samples/gui/index.html
Normal file
@ -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>
|
34
utils/nplugin/samples/simple/index.html
Normal file
34
utils/nplugin/samples/simple/index.html
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user