Fix some typos, no code changes (besides strings)

This commit is contained in:
Dimitri Schoolwerth
2015-06-05 02:54:02 +04:00
parent 8d9a9e286b
commit 31145b8e3a
38 changed files with 72 additions and 72 deletions

View File

@@ -46,7 +46,7 @@ enum wxAuiManagerOption
/// When a docked pane is resized, its content is refreshed in live (instead of moving
/// the border alone and refreshing the content at the end).
wxAUI_MGR_LIVE_RESIZE = 1 << 8,
/// Default behavior.
/// Default behaviour.
wxAUI_MGR_DEFAULT = wxAUI_MGR_ALLOW_FLOATING |
wxAUI_MGR_TRANSPARENT_HINT |
wxAUI_MGR_HINT_FADE |
@@ -144,7 +144,7 @@ enum wxAuiManagerOption
When a docked pane is resized, its content is refreshed in live (instead of moving
the border alone and refreshing the content at the end).
@style{wxAUI_MGR_DEFAULT}
Default behavior, combines: wxAUI_MGR_ALLOW_FLOATING | wxAUI_MGR_TRANSPARENT_HINT |
Default behaviour, combines: wxAUI_MGR_ALLOW_FLOATING | wxAUI_MGR_TRANSPARENT_HINT |
wxAUI_MGR_HINT_FADE | wxAUI_MGR_NO_VENETIAN_BLINDS_FADE.
@endStyleTable

View File

@@ -3374,7 +3374,7 @@ public:
Process a @c wxEVT_DATAVIEW_COLUMN_SORTED event.
@event{EVT_DATAVIEW_COLUMN_REORDERED(id, func)}
Process a @c wxEVT_DATAVIEW_COLUMN_REORDERED event.
Currently this even is only generated when using the native OSX
Currently this even is only generated when using the native OS X
version.
@event{EVT_DATAVIEW_ITEM_BEGIN_DRAG(id, func)}
Process a @c wxEVT_DATAVIEW_ITEM_BEGIN_DRAG event.

View File

@@ -1578,7 +1578,7 @@ public:
context, if this wxDC has something that could be thought of in that
way. (Not all of them do.)
For example, on Windows the return value is an HDC, on OSX it is a
For example, on Windows the return value is an HDC, on OS X it is a
CGContextRef and on wxGTK it will be a GdkDrawable. If the DC is a
wxGCDC then the return value will be the value returned from
wxGraphicsContext::GetNativeContext. A value of NULL is returned if

View File

@@ -1063,7 +1063,7 @@ enum wxKeyModifier
wxMOD_META = 0x0008,
wxMOD_WIN = wxMOD_META,
/** used to describe the true Ctrl Key under OSX,
/** used to describe the true Ctrl Key under OS X,
identic to @c wxMOD_CONTROL on other platforms */
wxMOD_RAW_CONTROL,

View File

@@ -114,7 +114,7 @@ enum wxFontFlag
/// Underlined style (not underlined by default).
wxFONTFLAG_UNDERLINED = 1 << 6,
/// Strike-through style (implemented in MSW, GTK, and OSX)
/// Strike-through style (implemented in MSW, GTK, and wxOSX)
wxFONTFLAG_STRIKETHROUGH = 1 << 7,
/// the mask of all currently used flags
@@ -388,7 +388,7 @@ public:
/**
Use a strike-through version of the font.
Currently this is only implemented in wxMSW, wxGTK and OSX.
Currently this is only implemented in wxMSW, wxGTK, and wxOSX.
*/
wxFontInfo& Strikethrough(bool strikethrough = true);
@@ -790,7 +790,7 @@ public:
/**
Returns stricken-through version of this font.
Currently stricken-through fonts are only supported in wxMSW, wxGTK and OSX.
Currently stricken-through fonts are only supported in wxMSW, wxGTK, and wxOSX.
@see MakeStrikethrough()
@@ -852,7 +852,7 @@ public:
/**
Changes this font to be stricken-through.
Currently stricken-through fonts are only supported in wxMSW, wxGTK and OSX.
Currently stricken-through fonts are only supported in wxMSW, wxGTK, and wxOSX.
@see Strikethrough()
@@ -1056,7 +1056,7 @@ public:
/**
Sets strike-through attribute of the font.
Currently stricken-through fonts are only supported in wxMSW, wxGTK and OSX.
Currently stricken-through fonts are only supported in wxMSW, wxGTK, and wxOSX.
@param strikethrough
@true to add strike-through style, @false to remove it.

View File

@@ -20,7 +20,7 @@
RunScript return a value, which is a very critical feature in many web
embedding scenarios.
This class is only available on OSX.
This class is only available on OS X.
**/
class wxWebKitCtrl : public wxControl

View File

@@ -106,7 +106,7 @@ wxEventType wxEVT_POWER_RESUME;
powering off the screen and Acquire() method can be used to do this.
Notice that currently this functionality is only implemented for MSW and
OSX and on the latter only ::wxPOWER_RESOURCE_SYSTEM is supported for
OS X and on the latter only ::wxPOWER_RESOURCE_SYSTEM is supported for
versions earlier than 10.9.
If possible, use wxPowerResourceBlocker class to ensure that Release() is

View File

@@ -184,7 +184,7 @@ public:
On OS X, preferences pages named "General" and "Advanced" are commonly used
in apps and the OS provides stock icons for them that should be used.
Instead of reimplementing this behavior yourself, you can inherit from
Instead of reimplementing this behaviour yourself, you can inherit from
wxStockPreferencesPage and get correct title and icon.
Notice that this class only implements GetName() and GetLargeIcon(), you

View File

@@ -19,7 +19,7 @@
See the @ref page_samples_notebook for an example of wxSimplebook in
action.
Notice that is often convenient to use ShowNewPage() instead of the base
Notice that it is often convenient to use ShowNewPage() instead of the base
class AddPage().
There are no special styles defined for this class as it has no visual

View File

@@ -121,7 +121,7 @@
This option only has effect for Mac OS X 10.4 and higher.
If 1 activates the spell checking in wxTextCtrl.
@flag{osx.openfiledialog.always-show-types}
Per default a wxFileDialog with wxFD_OPEN does not show a types-popup on OSX but allows
Per default a wxFileDialog with wxFD_OPEN does not show a types-popup on OS X but allows
the selection of files from any of the supported types. Setting this to 1 shows a wxChoice
for selection (if there is more than one supported filetype).
@endFlagTable

View File

@@ -6,7 +6,7 @@
/////////////////////////////////////////////////////////////////////////////
/**
On OSX Cocoa the taskbar icon can be in the doc or in the status area.
On wxOSX/Cocoa the taskbar icon can be in the doc or in the status area.
This enumeration can be used to select which will be instantiated.
*/
enum wxTaskBarIconType
@@ -91,7 +91,7 @@ class wxTaskBarIcon : public wxEvtHandler
{
public:
/**
Default constructor. The iconType is only applicable on wxOSX_Cocoa.
Default constructor. The iconType is only applicable on wxOSX/Cocoa.
*/
wxTaskBarIcon(wxTaskBarIconType iconType = wxTBI_DEFAULT_TYPE);

View File

@@ -109,7 +109,7 @@ public:
Press a key.
If you are using modifiers then it needs to be paired with an identical
KeyUp or the modifiers will not be released (MSW and OSX).
KeyUp or the modifiers will not be released (MSW and OS X).
@param keycode
Key to operate on, as an integer. It is interpreted as a wxKeyCode.

View File

@@ -206,7 +206,7 @@ public:
It is designed to allow the creation of multiple backends for each port,
although currently just one is available. It differs from wxHtmlWindow in
that each backend is actually a full rendering engine, Trident on MSW and
Webkit on OSX and GTK. This allows the correct viewing complex pages with
Webkit on OS X and GTK. This allows the correct viewing of complex pages with
javascript and css.
@section descriptions Backend Descriptions
@@ -235,7 +235,7 @@ public:
@par wxWEBVIEW_WEBKIT (OSX)
The OSX WebKit backend uses Apple's
The OS X WebKit backend uses Apple's
<a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903">WebView</a>
class. This backend has full support for custom schemes and virtual file
systems.
@@ -499,21 +499,21 @@ public:
/**
Returns @true if the current selection can be copied.
@note This always returns @c true on the OSX WebKit backend.
@note This always returns @c true on the OS X WebKit backend.
*/
virtual bool CanCopy() const = 0;
/**
Returns @true if the current selection can be cut.
@note This always returns @c true on the OSX WebKit backend.
@note This always returns @c true on the OS X WebKit backend.
*/
virtual bool CanCut() const = 0;
/**
Returns @true if data can be pasted.
@note This always returns @c true on the OSX WebKit backend.
@note This always returns @c true on the OS X WebKit backend.
*/
virtual bool CanPaste() const = 0;
@@ -688,7 +688,7 @@ public:
are changed, since this will require a new search. To reset the
search, for example resetting the highlights call the function
with an empty search phrase. This always returns @c wxNOT_FOUND
on the OSX WebKit backend.
on the OS X WebKit backend.
@since 2.9.5
*/
virtual long Find(const wxString& text, wxWebViewFindFlags flags = wxWEBVIEW_FIND_DEFAULT) = 0;

View File

@@ -3530,7 +3530,7 @@ public:
@remarks Use EVT_HOTKEY(hotkeyId, fnc) in the event table to capture the
event. This function is currently only implemented under MSW
and OSX and always returns false in the other ports.
and OS X and always returns false in the other ports.
@see UnregisterHotKey()
*/