summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 15:35:24 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 15:35:24 +0000
commit97656d7e299eb2f2063278711eddfff0d2db9392 (patch)
tree5498a97dba4cc045f326e5f4d3eec93bc06c66c5 /po/POTFILES.in
parentAdd an about box. Still need to add an icon, and implement the callbacks (diff)
downloadzenity-97656d7e299eb2f2063278711eddfff0d2db9392.tar.gz
zenity-97656d7e299eb2f2063278711eddfff0d2db9392.tar.bz2
zenity-97656d7e299eb2f2063278711eddfff0d2db9392.zip
Update to add new gconf requirement.
2003-01-14 Glynn Foster <glynn.foster@sun.com> * configure.in: Update to add new gconf requirement. * src/zenity.h, src/about.c: Hurray for a new about box, although it lacks an icon. I wonder if people would actually like to see this as part of the dialog options. Can't think of any reason to do so at the moment though. Large chunks copied from libgnomeui/gnome-about.[ch] * src/util.h, src/util.c: Add new helper functions because I don't want to touch gnome_program with a bargepole. Copied from libgnome/gnome-url.[ch] * po/POTFILES.in: Add missing files. I think we have everything now. * TODO: Update accordingly.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e7231522..dedd11da 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1 +1,3 @@
+src/about.c
src/main.c
+src/tree.c
bgstack15