aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-11 06:57:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-11 06:57:04 +0800
commitd2b81b2d4e2d3effce4ad6f5f0993910677825ba (patch)
tree0eff4c075fad994c9e843d2505a9baf04a86cdd0 /filter
parentfb1c9fcb9b5b400ba0b94e942e8033b66d6c3162 (diff)
downloadgsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar.gz
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar.bz2
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar.lz
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar.xz
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.tar.zst
gsoc2013-evolution-d2b81b2d4e2d3effce4ad6f5f0993910677825ba.zip
Allow the dialog's title to be translated.
2001-09-10 Jeffrey Stedfast <fejj@ximian.com> * filter-datespec.c (button_clicked): Allow the dialog's title to be translated. svn path=/trunk/; revision=12748
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filter-datespec.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index faee53284d..175c9a7ace 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-10 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filter-datespec.c (button_clicked): Allow the dialog's title to
+ be translated.
+
2001-08-19 Chris Toshok <toshok@ximian.com>
* filter-input.c: #include <sys/types.h> for regex_t on freebsd.
diff --git a/filter/filter-datespec.c b/filter/filter-datespec.c
index efc073a4d9..dd8087ddde 100644
--- a/filter/filter-datespec.c
+++ b/filter/filter-datespec.c
@@ -391,7 +391,7 @@ button_clicked (GtkButton *button, FilterDatespec *fds)
/* The dialog */
- gd = (GnomeDialog *) gnome_dialog_new ("Select a time to compare against",
+ gd = (GnomeDialog *) gnome_dialog_new (_("Select a time to compare against"),
GNOME_STOCK_BUTTON_OK,
GNOME_STOCK_BUTTON_CANCEL,
NULL);