Problems with gnome-hello's OMF files



Howdy,

In gnome-hello's OMF files, the URLs refer to gcalc.sgml instead of
gnome-hello.sgml.  Also, the Spanish OMF file indicates that the
language code is "C" instead of "es".

The attached patch fixes these issues.

-- 
Matt                                                   http://ftbfs.org/
Index: doc/C/gnome-hello-C.omf
===================================================================
--- doc/C/gnome-hello-C.omf	(revision 232)
+++ doc/C/gnome-hello-C.omf	(working copy)
@@ -8,7 +8,7 @@
       <category>GNOME|Tutorials</category>
     </subject>
     <format mime="text/sgml"/>
-    <identifier url="gcalc.sgml"/>
+    <identifier url="gnome-hello.sgml"/>
     <language code="C"/>
   </resource>
 </omf>
Index: doc/es/gnome-hello-es.omf
===================================================================
--- doc/es/gnome-hello-es.omf	(revision 232)
+++ doc/es/gnome-hello-es.omf	(working copy)
@@ -8,7 +8,7 @@
       <category>GNOME|Tutorials</category>
     </subject>
     <format mime="text/sgml"/>
-    <identifier url="gcalc.sgml"/>
-    <language code="C"/>
+    <identifier url="gnome-hello.sgml"/>
+    <language code="es"/>
   </resource>
 </omf>


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