summaryrefslogtreecommitdiff
path: root/src/zenity.ui
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-09-18 22:51:08 +0200
committerMatthias Clasen <mclasen@redhat.com>2012-09-25 18:46:33 -0400
commitbbcb2a3783de925b93707b8e76110ec9ebaed552 (patch)
tree1dab6b65841e1e94a6fceec2810fa486b893970d /src/zenity.ui
parent0628bd3291aad936b6b553366600590cca360bfa (diff)
msg: Add an option to set a custom dialog icon
The predefined dialog icons work well in many cases, but sometimes it makes sense to use a more specific icon, so add an option to specify an icon-name to use instead. https://bugzilla.gnome.org/show_bug.cgi?id=684329
Diffstat (limited to 'src/zenity.ui')
-rw-r--r--src/zenity.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/zenity.ui b/src/zenity.ui
index d656ad4..ee89093 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -299,7 +299,7 @@
<property name="border_width">5</property>
<property name="spacing">12</property>
<child>
- <object class="GtkImage" id="image3">
+ <object class="GtkImage" id="zenity_error_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="yalign">0</property>
@@ -500,7 +500,7 @@
<property name="border_width">5</property>
<property name="spacing">12</property>
<child>
- <object class="GtkImage" id="image4">
+ <object class="GtkImage" id="zenity_info_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="yalign">0</property>
@@ -677,7 +677,7 @@
<property name="border_width">5</property>
<property name="spacing">12</property>
<child>
- <object class="GtkImage" id="image1">
+ <object class="GtkImage" id="zenity_question_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
@@ -1101,7 +1101,7 @@
<property name="border_width">5</property>
<property name="spacing">12</property>
<child>
- <object class="GtkImage" id="image2">
+ <object class="GtkImage" id="zenity_warning_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>