]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: Fixed typos.
authorOlivier Teulière <ipkiss@videolan.org>
Mon, 20 Mar 2006 22:34:43 +0000 (22:34 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Mon, 20 Mar 2006 22:34:43 +0000 (22:34 +0000)
doc/skins/skins2-howto.xml

index 2b3a50065b3f4d5def26ad91157af2cdd63cf1e0..4c2f3aec0a563003d09df887500702f0bdf97d97 100644 (file)
@@ -754,13 +754,13 @@ difficulty to understand how VLC skins work.</para>
     <emphasis>dialogs.fileSimple()</emphasis>: Show the simple "Open File" dialog box.
   </para></listitem>
   <listitem><para>
-    <emphasis>dialog.file()</emphasis>: Show the "Open File" dialog box, with many options (stream output, subtitles, etc...).
+    <emphasis>dialogs.file()</emphasis>: Show the "Open File" dialog box, with many options (stream output, subtitles, etc...).
   </para></listitem>
   <listitem><para>
-    <emphasis>dialog.directory()</emphasis>: Show the "Open Directory" dialog box (new after VLC 0.8.2).
+    <emphasis>dialogs.directory()</emphasis>: Show the "Open Directory" dialog box (new after VLC 0.8.2).
   </para></listitem>
   <listitem><para>
-    <emphasis>dialog.disc()</emphasis>: Show the "Open Disc" dialog box.
+    <emphasis>dialogs.disc()</emphasis>: Show the "Open Disc" dialog box.
   </para></listitem>
   <listitem><para>
     <emphasis>dialogs.net()</emphasis>: Show the "Open Network Stream" dialog box.