[gnome-devel-docs] tutorials <javascript>: Corrected a typo in the StatusBar tutorial
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] tutorials <javascript>: Corrected a typo in the StatusBar tutorial
- Date: Mon, 6 Aug 2012 18:36:36 +0000 (UTC)
commit d95d0c922a37e0c18de3e1e0dde33708d4630f59
Author: Taryn Fox <jewelfox fursona net>
Date: Fri Aug 3 05:51:55 2012 -0400
tutorials <javascript>: Corrected a typo in the StatusBar tutorial
platform-demos/C/samples/statusbar.js | 2 +-
platform-demos/C/statusbar.js.page | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/samples/statusbar.js b/platform-demos/C/samples/statusbar.js
index 0621fa0..4a0bdd7 100644
--- a/platform-demos/C/samples/statusbar.js
+++ b/platform-demos/C/samples/statusbar.js
@@ -81,7 +81,7 @@ const StatusbarExample = new Lang.Class({
// Create the statusbar
this._statusbar = new Gtk.Statusbar();
- // Keep track of the number of times the statusbar has been clicked
+ // Keep track of the number of times the button has been clicked
this.Clicks = 0;
this.ContextID = this._statusbar.get_context_id ("Number of Clicks");
diff --git a/platform-demos/C/statusbar.js.page b/platform-demos/C/statusbar.js.page
index ade926d..cf706af 100644
--- a/platform-demos/C/statusbar.js.page
+++ b/platform-demos/C/statusbar.js.page
@@ -129,7 +129,7 @@ const StatusbarExample = new Lang.Class({
// Create the statusbar
this._statusbar = new Gtk.Statusbar();
- // Keep track of the number of times the statusbar has been clicked
+ // Keep track of the number of times the button has been clicked
this.Clicks = 0;
this.ContextID = this._statusbar.get_context_id ("Number of Clicks");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]