diff options
author | jstebbins <[email protected]> | 2008-08-23 20:04:38 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-08-23 20:04:38 +0000 |
commit | ddacbf46e7ad7fafacc35eeb6d2dfb5fbb698913 (patch) | |
tree | fb2c08b22fcaca8275f063497bc247f6c21712fa /gtk/src/ghb.ui | |
parent | 158e774a39c3c914dbe1ae2294df57853812b3e8 (diff) |
LinGui: allow standard presets to be deleted and provide a button to reload
them. This makes the lingui conform more closely to the macgui.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1650 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 9128e7ef8..9377dc085 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3297,6 +3297,25 @@ no-fast-pskip=0:no-dct-decimate=0:cabac=1</property> <property name="position">3</property> </packing> </child> + <child> + <object class="GtkButton" id="presets_restore"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="tooltip-text" translatable="yes">Reload HandBrakes standard presets</property> + <property name="relief">GTK_RELIEF_NONE</property> + <signal handler="presets_restore_clicked_cb" name="clicked"/> + <child> + <object class="GtkImage" id="image7"> + <property name="visible">True</property> + <property name="stock">gtk-refresh</property> + </object> + </child> + </object> + <packing> + <property name="position">4</property> + </packing> + </child> </object> </child> </object> |