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/application10 | |
parent | 092c26871e5f0863256ee059f3930dc4814c89ed (diff) | |
download | gtk+-46bc2841651e41ff4d10c03ac6c47fd0901cbdb5.tar.gz |
Use view-content-menu-symbolic in example apps
Diffstat (limited to 'examples/application10')
-rw-r--r-- | examples/application10/window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui index f0cbb1defe..ad007e1297 100644 --- a/examples/application10/window.ui +++ b/examples/application10/window.ui @@ -62,7 +62,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> |