Skip to content

Commit e61961e

Browse files
committed
desktop capture → desktop capturer
1 parent eaf668f commit e61961e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="import" href="sections/system/app-sys-information.html">
2626
<link rel="import" href="sections/system/clipboard.html">
2727
<link rel="import" href="sections/printing/pdf.html">
28-
<link rel="import" href="sections/printing/desktop-capture.html">
28+
<link rel="import" href="sections/printing/desktop-capturer.html">
2929
</head>
3030
<body>
3131

@@ -83,7 +83,7 @@ <h5 class="nav-category">
8383
Printing
8484
</h5>
8585
<button type="button" id="button-pdf" data-section="pdf" class="nav-button"><em>Print</em> to PDF</button>
86-
<button type="button" id="button-desktop-capture" data-section="desktop-capture" class="nav-button"><em>Desktop Capture</em></button>
86+
<button type="button" id="button-desktop-capturer" data-section="desktop-capturer" class="nav-button"><em>Desktop Capturer</em></button>
8787
</div>
8888

8989
<footer class="nav-footer">

sections/printing/desktop-capture.html renamed to sections/printing/desktop-capturer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<template class="task-template">
2-
<section id="desktop-capture-section" class="section js-section u-category-printing">
2+
<section id="desktop-capturer-section" class="section js-section u-category-printing">
33
<header class="section-header">
44
<div class="section-wrapper">
55
<h1>
66
<svg class="section-icon"><use xlink:href="assets/img/icons.svg#icon-printing"></use></svg>
7-
Print to PDF
7+
Desktop Capturer
88
</h1>
9-
<h3>The <code>browser window</code> module in Electron has a property, <code>webContents</code>, which allows your app to print as well as print to PDF.</h3>
9+
<h3>The <code>desktopCapturer</code> module in Electron can be used to access any media, such as audio, video and screen, that is available through the <code>getUserMedia</code> web API in Chromium.</h3>
1010

11-
<p>Open the <a class="u-exlink" href="http://electron.atom.io/docs/v0.36.0/api/web-contents/#webcontents-print-options">full API documentation</a> in your browser.</p>
11+
<p>Open the <a class="u-exlink" href="hhttp://electron.atom.io/docs/v0.37.5/api/desktop-capturer">full API documentation</a> in your browser.</p>
1212
</div>
1313
</header>
1414

0 commit comments

Comments
 (0)