summaryrefslogtreecommitdiff
path: root/src/zenity.glade
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-18 13:35:13 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-18 13:35:13 +0000
commitf182d9f7fce8e9a57c03eb71f4467894394d0104 (patch)
treed937f36d601cf7aa611818f954268a3fdd8700ee /src/zenity.glade
parent0e338ba3e0fa03b28664448af0cea686c5e6c26d (diff)
Some new window icons.
2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-calendar.png, data/zenity-entry.png, data/zenity-progress.png, data/zenity-text.png: Some new window icons. * src/text.c: Fix crash where the GladeXML ref was getting unref'd before we wanted to use it. * src/main.c: Fix up commandline parsing a little, although we should really add the parsing options for gtk+. * src/zenity.glade: Give some saner defaults. * THANKS, src/about.c: Update for all the people I stole icons and code from. * TODO: Update accordingly.
Diffstat (limited to 'src/zenity.glade')
-rw-r--r--src/zenity.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index 880ec5b..3ea0bab 100644
--- a/src/zenity.glade
+++ b/src/zenity.glade
@@ -529,7 +529,7 @@
<widget class="GtkDialog" id="zenity_text_dialog">
<property name="visible">True</property>
- <property name="title" translatable="yes">zenity_text_dialog</property>
+ <property name="title" translatable="yes">Text View</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
@@ -601,7 +601,7 @@
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="indent">0</property>
- <property name="text" translatable="yes">zenity_text_view</property>
+ <property name="text" translatable="yes"></property>
</widget>
</child>
</widget>