changeset 15438:ea9ec8c3a3b8

A few non-gettextized strings
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:48:43 +0000
parents 42961709cb30
children a415922e2882 2dc742344eb7
files pidgin/gtkconv.c pidgin/gtkdebug.c pidgin/gtkdocklet-x11.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Jan 27 11:41:32 2007 +0000
+++ b/pidgin/gtkconv.c	Sat Jan 27 11:48:43 2007 +0000
@@ -374,7 +374,7 @@
 	GaimCmdStatus status;
 
 	if (!g_ascii_strcasecmp(args[0], "version")) {
-		tmp = g_strdup_printf("me is using Gaim v%s.", VERSION);
+		tmp = g_strdup_printf("me is using " PIDGIN_NAME " v%s.", VERSION);
 		markup = g_markup_escape_text(tmp, -1);
 
 		status = gaim_cmd_do_command(conv, tmp, markup, error);
--- a/pidgin/gtkdebug.c	Sat Jan 27 11:41:32 2007 +0000
+++ b/pidgin/gtkdebug.c	Sat Jan 27 11:48:43 2007 +0000
@@ -220,7 +220,7 @@
 	}
 
 	tmp = gtk_imhtml_get_text(GTK_IMHTML(win->text), NULL, NULL);
-	fprintf(fp, "Gaim Debug Log : %s\n", gaim_date_format_full(NULL));
+	fprintf(fp, "Pidgin Debug Log : %s\n", gaim_date_format_full(NULL));
 	fprintf(fp, "%s", tmp);
 	g_free(tmp);
 
--- a/pidgin/gtkdocklet-x11.c	Sat Jan 27 11:41:32 2007 +0000
+++ b/pidgin/gtkdocklet-x11.c	Sat Jan 27 11:48:43 2007 +0000
@@ -254,7 +254,7 @@
 		docklet_x11_destroy();
 	}
 
-	docklet = egg_tray_icon_new("Gaim");
+	docklet = egg_tray_icon_new(PIDGIN_NAME);
 	box = gtk_event_box_new();
 	image = gtk_image_new();