diff src/about.c @ 349:b402a23f35df

[gaim-migrate @ 359] Let's see if *this* doesn't break everything committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Jun 2000 17:14:32 +0000
parents 9d258a0aa560
children 3a08866712a8
line wrap: on
line diff
--- 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);