wxWidgets 2.8.10 compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5993 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6875b3b31b
commit
a3385f6ff7
2 changed files with 33 additions and 33 deletions
|
@ -100,7 +100,7 @@ private:
|
|||
|
||||
// Create the main application window
|
||||
MyFrame *frame = new MyFrame(_("NSIS Menu"),
|
||||
wxPoint(50, 50), wxSize(600 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X), 365 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X)));
|
||||
wxPoint(50, 50), wxSize(600 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X), 355 + wxSystemSettings::GetMetric(wxSYS_FRAMESIZE_X)));
|
||||
|
||||
// Show it and tell the application that it's our main window
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
Many more examples, tutorials, plug-ins and NSIS-releted software are available
|
||||
at the on-line <a href="EX:http://nsis.sourceforge.net/Developer_Center">Developer Center</a>.
|
||||
</p>
|
||||
</td>
|
||||
<td width="150" valign="top">
|
||||
<p>
|
||||
<font size="+1" color="#333333"><b>Documentation</b></font><br>
|
||||
|
@ -51,7 +52,6 @@
|
|||
<a href="EX:Docs\System\System.html">System</a> - Windows API calls<br>
|
||||
<a href="EX:Docs\VPatch\Readme.html">VPatch</a> - update existing files</p>
|
||||
</td>
|
||||
<br>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue