Skip to content

Commit

Permalink
* doc/skins/skins2-howto.xml: Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipkiss42 committed Mar 20, 2006
1 parent 78fcf0e commit 14509b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/skins/skins2-howto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14509b0

Please sign in to comment.