2007-07-01  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert.xml: Updates


svn path=/trunk/; revision=18326
This commit is contained in:
Johan Dahlin 2007-07-01 15:58:56 +00:00 committed by Johan Dahlin
parent 0c993121b1
commit bd2067643d
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-07-01 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert.xml: Updates
2007-06-30 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkbuilder.sgml: Some corrections and additions

View File

@ -12,7 +12,7 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>gtk-builder-convert <arg choice="req">file</arg></command>
<command>gtk-builder-convert <arg choice="req">input</arg><arg choice="req">output</arg></command>
</cmdsynopsis>
</refsynopsisdiv>
@ -21,8 +21,8 @@
into XML files which can be loaded with GtkBuilder.
</para>
<para>
It expects the name of a glade file as sole argument, and writes
its output to stdout.
It expects the name of a glade file as the first argument, and writes
its output the file specified as the second argument.
</para>
</refsect1>