No real changes, just fix some typos in comments in the samples.
Closes #16734. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0795416871
commit
2de13dd12e
@ -561,7 +561,7 @@ void MyFrame::BuildDataViewCtrl(wxPanel* parent, unsigned int nPanel, unsigned l
|
||||
m_ctrl[0]->AppendColumn( column0 );
|
||||
#if 0
|
||||
// Call this and sorting is enabled
|
||||
// immediatly upon start up.
|
||||
// immediately upon start up.
|
||||
column0->SetAsSortKey();
|
||||
#endif
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// ressources
|
||||
// resources
|
||||
// ----------------------------------------------------------------------------
|
||||
// the application icon
|
||||
#ifndef wxHAS_IMAGES_IN_RESOURCES
|
||||
|
@ -547,7 +547,7 @@ bool DXFRenderer::ParseEntities(wxInputStream& stream)
|
||||
}
|
||||
|
||||
// parse and load a DXF file
|
||||
// currently pretty limited, but knows enought do handle 3DFACEs and LINEs
|
||||
// currently pretty limited, but knows enough to handle 3DFACEs and LINEs
|
||||
bool DXFRenderer::Load(wxInputStream& stream)
|
||||
{
|
||||
Clear();
|
||||
|
@ -45,14 +45,14 @@
|
||||
* the mouse, scaled so they are from (-1.0 ... 1.0).
|
||||
*
|
||||
* The resulting rotation is returned as a quaternion rotation in the
|
||||
* first paramater.
|
||||
* first parameter.
|
||||
*/
|
||||
void
|
||||
trackball(float q[4], float p1x, float p1y, float p2x, float p2y);
|
||||
|
||||
/*
|
||||
* Given two quaternions, add them together to get a third quaternion.
|
||||
* Adding quaternions to get a compound rotation is analagous to adding
|
||||
* Adding quaternions to get a compound rotation is analogous to adding
|
||||
* translations to get a compound translation. When incrementally
|
||||
* adding rotations, the first argument here should be the new
|
||||
* rotation, the second and third the total rotation (which will be
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define _EDIT_H_
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// informations
|
||||
// information
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -127,7 +127,7 @@ private:
|
||||
// file
|
||||
wxString m_filename;
|
||||
|
||||
// lanugage properties
|
||||
// language properties
|
||||
LanguageInfo const* m_language;
|
||||
|
||||
// margin variables
|
||||
|
Loading…
Reference in New Issue
Block a user