diff options
author | jstebbins <[email protected]> | 2008-10-04 01:22:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-04 01:22:11 +0000 |
commit | 8383924c732d022f1aabe477fd825836feb56320 (patch) | |
tree | 8601c850bd583ac38bf75e6ae05ab74a049efd18 /gtk/src/resources.list | |
parent | 19d1f541a0ea4c502ca063607a17a38288bcc037 (diff) |
LinGui: queue item editing
editing a pending item loads the item's settings and deletes it from the queue
editing a finished or running item just loads it's settings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/resources.list')
-rw-r--r-- | gtk/src/resources.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/resources.list b/gtk/src/resources.list index 41af87c98..4e11a0e7a 100644 --- a/gtk/src/resources.list +++ b/gtk/src/resources.list @@ -18,6 +18,7 @@ <icon name="hb-remove" file="hb-remove.32.png" /> <icon name="hb-source" file="hb-source.32.png" /> <icon name="hb-stop" file="hb-stop.32.png" /> + <icon name="hb-edit" file="hb-edit.32.png" /> <icon name="hb-working0" file="hb-working0.16.png" /> <icon name="hb-working1" file="hb-working1.16.png" /> <icon name="hb-working2" file="hb-working2.16.png" /> |