Change Mac OS X to OS X.

Apple has renamed Mac OS X to OS X.
This commit is contained in:
Xue Fuqiao 2015-02-02 16:21:23 +08:00
parent fd2b2003b4
commit 5083a7505d
5 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# auto-updater
**This module has only been implemented for Mac OS X.**
**This module has only been implemented for OS X.**
The `auto-updater` module is a simple wrap around the
[Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework.

View file

@ -431,13 +431,13 @@ Returns whether the window is in kiosk mode.
Sets the pathname of the file the window represents, and the icon of the file
will show in window's title bar.
__Note__: This API is available only on Mac OS X.
__Note__: This API is available only on OS X.
### BrowserWindow.getRepresentedFilename()
Returns the pathname of the file the window represents.
__Note__: This API is available only on Mac OS X.
__Note__: This API is available only on OS X.
### BrowserWindow.setDocumentEdited(edited)
@ -446,13 +446,13 @@ __Note__: This API is available only on Mac OS X.
Specifies whether the windows document has been edited, and the icon in title
bar will become grey when set to `true`.
__Note__: This API is available only on Mac OS X.
__Note__: This API is available only on OS X.
### BrowserWindow.IsDocumentEdited()
Whether the window's document has been edited.
__Note__: This API is available only on Mac OS X.
__Note__: This API is available only on OS X.
### BrowserWindow.openDevTools()
@ -544,7 +544,7 @@ it will assume `app.getName().desktop`.
Shows pop-up dictionary that searches the selected word on the page.
__Note__: This API is available only on Mac OS X.
__Note__: This API is available only on OS X.
### BrowserWindow.setAutoHideMenuBar(hide)