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