comparison src/gtk/misc-gtk.c @ 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 2ea37b3c0158
children 26333110dfd2
comparison
equal deleted inserted replaced
400:398fcbad832b 401:3bb0cb1b8389
951 951
952 #if GTK_MAJOR_VERSION == 1 952 #if GTK_MAJOR_VERSION == 1
953 switch (okbutton) 953 switch (okbutton)
954 { 954 {
955 case gftp_dialog_button_ok: 955 case gftp_dialog_button_ok:
956 yes_text = GTK_STOCK_OK; 956 yes_text = _("OK");
957 break; 957 break;
958 case gftp_dialog_button_create: 958 case gftp_dialog_button_create:
959 yes_text = _("Add"); 959 yes_text = _("Add");
960 break; 960 break;
961 case gftp_dialog_button_change: 961 case gftp_dialog_button_change: