diff options
Diffstat (limited to 'src/ui/dlg-extract.ui')
-rw-r--r-- | src/ui/dlg-extract.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ui/dlg-extract.ui b/src/ui/dlg-extract.ui index 745c548..e842512 100644 --- a/src/ui/dlg-extract.ui +++ b/src/ui/dlg-extract.ui @@ -304,6 +304,22 @@ <property name="position">2</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="create_subdir_checkbutton"> + <property name="label" translatable="yes">Extract to s_ubdirectory</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> </object> </child> </object> |