summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-24 21:34:15 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-24 21:34:15 +0800
commit1f2600ba2572e2d938b071e219fb74735807614b (patch)
treec0d0746fc5b1a3cbda3a14f5a1438515d8ce1a67
parent429c89677198e7123fed6faa76884f95f5d5622a (diff)
totem: change popup menu images to gtk-new & gtk-delete
-rw-r--r--totem/plugin/sopcast.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/totem/plugin/sopcast.ui b/totem/plugin/sopcast.ui
index 6a9933e..182318b 100644
--- a/totem/plugin/sopcast.ui
+++ b/totem/plugin/sopcast.ui
@@ -272,14 +272,14 @@
<object class="GtkAction" id="remove-from-channel-list">
<property name="label" translatable="yes">_Remove this channel</property>
<property name="tooltip" translatable="yes">Remove selected channel from personal channel list</property>
- <property name="stock-id">gtk-remove</property>
+ <property name="stock-id">gtk-delete</property>
</object>
</child>
<child>
<object class="GtkAction" id="add-channel">
<property name="label" translatable="yes">_New personal channel</property>
<property name="tooltip" translatable="yes">Add a new channel to the personal channel list</property>
- <property name="stock-id">gtk-add</property>
+ <property name="stock-id">gtk-new</property>
</object>
</child>
<child>