Skip to content

Commit

Permalink
fix name, icon and the default size of the window "choose"
Browse files Browse the repository at this point in the history
- removed unneeded line '<property name="version">v0.30</property>'
  • Loading branch information
SARL ENR-68 committed Jun 15, 2014
1 parent 55fd506 commit 2a02971
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion share/isodumper/isodumper.glade
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<property name="type_hint">dialog</property>
<property name="has_separator">True</property>
<property name="program_name">IsoDumper</property>
<property name="version">v0.30</property>
<property name="copyright">© 2013-2014 Mageia</property>
<property name="comments" translatable="yes">A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter.</property>
<property name="website">https://github.com/papoteur-mga/isodumper</property>
Expand Down Expand Up @@ -412,6 +411,12 @@ Public License instead of this License.
<widget class="GtkDialog" id="choose">
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">IsoDumper</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">715</property>
<property name="default_height">540</property>
<property name="icon_name">isodumper</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox6">
Expand Down

0 comments on commit 2a02971

Please sign in to comment.