changeset 356:3a08866712a8

[gaim-migrate @ 366] Missed a few more. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 08 Jun 2000 00:06:22 +0000
parents 29c94613ee63
children e396f6c4a342
files src/about.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/about.c	Thu Jun 08 00:04:51 2000 +0000
+++ b/src/about.c	Thu Jun 08 00:06:22 2000 +0000
@@ -90,7 +90,7 @@
 		gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
 		gtk_widget_show(label);
 		
-		button = gtk_button_new_with_label("Close");
+		button = gtk_button_new_with_label(_("Close"));
 		gtk_signal_connect_object(GTK_OBJECT(button), "clicked",
                                           GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
                 gtk_signal_connect(GTK_OBJECT(about), "destroy",