[gnome-devel-docs] Fixed typo in string



commit 5d5ba0dbf81663efa6a9793ca94465b559dd036b
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sat Nov 3 11:11:33 2012 +0100

    Fixed typo in string

 platform-demos/C/02_welcome_to_the_grid.js.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/02_welcome_to_the_grid.js.page b/platform-demos/C/02_welcome_to_the_grid.js.page
index 3ae2d6e..f013c4b 100644
--- a/platform-demos/C/02_welcome_to_the_grid.js.page
+++ b/platform-demos/C/02_welcome_to_the_grid.js.page
@@ -32,7 +32,7 @@
 
     <p>In the last tutorial, we created what was basically a GNOME window frame for a web app. All the GNOME-specific code we needed to learn revolved around putting the WebView -- the widget containing our application -- into an ApplicationWindow, and telling it to display. The application itself was written in HTML and JavaScript, just like most pages on the web.</p>
     <p>This time, we're going to use only native GNOME widgets. A widget is just a thing, like a checkbox or picture, and GNOME has a wide variety of them to choose from. We call them "native" widgets to distinguish them from things like the button and header in the web app we wrote. Because instead of using web code, these are going to be 100 percent GNOME, using Gtk+.</p>
-    <note style="tip"><p>Gtk+ stands for "GIMP Toolkit." It's like a toolbox of widgets that you can reach into, while building your applications. It was originally written for <link href="http://www.gimp.org/";>the GIMP</link>, which is a free software image editor.</p></note>
+    <note style="tip"><p>Gtk+ stands for "GIMP Toolkit". It's like a toolbox of widgets that you can reach into, while building your applications. It was originally written for <link href="http://www.gimp.org/";>the GIMP</link>, which is a free software image editor.</p></note>
   </section>
 
   <section id="setup">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]