src/about.c

changeset 349
6f7d28b0f98d
parent 338
21c93bc7ae83
child 356
131c7a6578f6
--- a/src/about.c	Wed Jun 07 14:04:24 2000 +0000
+++ b/src/about.c	Wed Jun 07 17:14:32 2000 +0000
@@ -19,6 +19,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -53,7 +56,7 @@
 	if (!about) {
 		about = gtk_window_new(GTK_WINDOW_DIALOG);
 	             
-		g_snprintf(abouttitle, sizeof(abouttitle), "About GAIM v%s", VERSION);
+		g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION);
 		gtk_window_set_title(GTK_WINDOW(about), abouttitle);
 		gtk_container_border_width(GTK_CONTAINER(about), 2);
 		gtk_widget_set_usize(about, 510, 370);

mercurial