changeset 401:3bb0cb1b8389

2004-2-16 Brian Masney <masneyb@gftp.org> * src/gtk/misc-gtk.c - compile fix for GTK+ 1.2 * po/POTFILES.in - added ftps.c and ftpcommon.h and httpcommon.h
author masneyb
date Tue, 17 Feb 2004 00:04:58 +0000
parents 398fcbad832b
children 57087926bf03
files ChangeLog po/POTFILES.in src/gtk/misc-gtk.c
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 15 18:07:08 2004 +0000
+++ b/ChangeLog	Tue Feb 17 00:04:58 2004 +0000
@@ -1,3 +1,8 @@
+2004-2-16 Brian Masney <masneyb@gftp.org>
+	* src/gtk/misc-gtk.c - compile fix for GTK+ 1.2
+
+	* po/POTFILES.in - added ftps.c and ftpcommon.h and httpcommon.h
+
 2004-2-15 Brian Masney <masneyb@gftp.org>
 	* debian/changelog debian/copyright debian/gftp-text.postinst
 	debian/gftp-text.prerm - updated Debian packaging files from
@@ -2200,7 +2205,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.222 2004/02/15 18:07:07 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.223 2004/02/17 00:04:55 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/po/POTFILES.in	Sun Feb 15 18:07:08 2004 +0000
+++ b/po/POTFILES.in	Tue Feb 17 00:04:58 2004 +0000
@@ -1,7 +1,10 @@
 lib/bookmark.c
 lib/cache.c
 lib/config_file.c
+lib/ftpcommon.h
+lib/ftps.c
 lib/gftp.h
+lib/httpcommon.h
 lib/https.c
 lib/local.c
 lib/misc.c
--- a/src/gtk/misc-gtk.c	Sun Feb 15 18:07:08 2004 +0000
+++ b/src/gtk/misc-gtk.c	Tue Feb 17 00:04:58 2004 +0000
@@ -953,7 +953,7 @@
   switch (okbutton)
     {
       case gftp_dialog_button_ok:
-        yes_text = GTK_STOCK_OK;
+        yes_text = _("OK");
         break;
       case gftp_dialog_button_create:
         yes_text = _("Add");