[gnome-devel-docs] Fixed typo in string



commit dae81f72df5cdbe77b5f53d7b83746e95e304bc0
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Feb 27 16:43:22 2012 +0100

    Fixed typo in string

 platform-demos/C/desktop.js.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/desktop.js.page b/platform-demos/C/desktop.js.page
index 486eadd..0aaf818 100644
--- a/platform-demos/C/desktop.js.page
+++ b/platform-demos/C/desktop.js.page
@@ -15,7 +15,7 @@
   </info>
 
   <title>helloWorld.desktop</title>
-      <p>Running applications from the Terminal is useful at the beginning of the application making process. To have a fully working <link href= "http://library.gnome.org/admin/system-admin-guide/stable/mimetypes-9.html.en";>application integration </link> in GNOME 3 requires a desktop launcher. For this you need to create a  <file>.desktop</file> file. The .desktop file describes the application name, the used icon and various integration bits. A deeper insight to  <file>.desktop</file> file can be found <link href= "http://developer.gnome.org/desktop-entry-spec/";> here </link>. </p>
+      <p>Running applications from the Terminal is useful at the beginning of the application making process. To have a fully working <link href= "http://library.gnome.org/admin/system-admin-guide/stable/mimetypes-9.html.en";>application integration</link> in GNOME 3 requires a desktop launcher. For this you need to create a  <file>.desktop</file> file. The .desktop file describes the application name, the used icon and various integration bits. A deeper insight to  <file>.desktop</file> file can be found <link href= "http://developer.gnome.org/desktop-entry-spec/";> here </link>. </p>
     <p>The example shows you the minimum requirements for a  <code>.desktop</code> file. </p>
     <code mime="text/desktop" style="numbered"><![CDATA[
   [Desktop Entry]



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