From 81ff12e4aad7860dba48a65b6ff9daffba246d77 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 19 Nov 2003 01:50:50 +0000 Subject: Use "OK" for the "OK" button, as we do elsewhere. svn path=/trunk/; revision=9025 --- gtk/supported_protos_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/supported_protos_dlg.c') diff --git a/gtk/supported_protos_dlg.c b/gtk/supported_protos_dlg.c index 6b808e00c5..ab9aef6283 100644 --- a/gtk/supported_protos_dlg.c +++ b/gtk/supported_protos_dlg.c @@ -231,7 +231,7 @@ void supported_cb(GtkWidget *w _U_, gpointer data _U_) gtk_box_pack_end(GTK_BOX(main_vb), bbox, FALSE, FALSE, 0); gtk_widget_show(bbox); #if GTK_MAJOR_VERSION < 2 - close_bt = gtk_button_new_with_label("Ok"); + close_bt = gtk_button_new_with_label("OK"); #else close_bt = gtk_button_new_from_stock(GTK_STOCK_OK); #endif -- cgit v1.2.3