diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-07-08 08:30:42 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-07-08 08:30:56 -0400 |
commit | 46bc2841651e41ff4d10c03ac6c47fd0901cbdb5 (patch) | |
tree | 93bfc4e77999b8430d9c3e1652bba51d8767f3e9 /examples/application9 | |
parent | 092c26871e5f0863256ee059f3930dc4814c89ed (diff) | |
download | gtk+-46bc2841651e41ff4d10c03ac6c47fd0901cbdb5.tar.gz |
Use view-content-menu-symbolic in example apps
Diffstat (limited to 'examples/application9')
-rw-r--r-- | examples/application9/window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application9/window.ui b/examples/application9/window.ui index 1d5f521f71..60cfac82ec 100644 --- a/examples/application9/window.ui +++ b/examples/application9/window.ui @@ -65,7 +65,7 @@ <child> <object class="GtkImage" id="gears-icon"> <property name="visible">True</property> - <property name="icon-name">emblem-system-symbolic</property> + <property name="icon-name">view-context-menu-symbolic</property> <property name="icon-size">1</property> </object> </child> |