aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-19 01:50:50 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-19 01:50:50 +0000
commit81ff12e4aad7860dba48a65b6ff9daffba246d77 (patch)
treee998263caed1da94f09b4954b52f9bc100ea0109 /gtk/supported_protos_dlg.c
parentde402f57a68536f7439dc1ca7cd452c9a7f9a611 (diff)
Use "OK" for the "OK" button, as we do elsewhere.
svn path=/trunk/; revision=9025
Diffstat (limited to 'gtk/supported_protos_dlg.c')
-rw-r--r--gtk/supported_protos_dlg.c2
1 files changed, 1 insertions, 1 deletions
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