diff console/gntgaim.c @ 14585:bcf89a7c69db

[gaim-migrate @ 17309] Rename the gntgaim executable to gaim-text I feel like this is much more clear to end users, who will probably have no idea what gnt is. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 18 Sep 2006 06:20:36 +0000
parents 81650a27f253
children d9bd8925efcc
line wrap: on
line diff
--- a/console/gntgaim.c	Mon Sep 18 04:40:45 2006 +0000
+++ b/console/gntgaim.c	Mon Sep 18 06:20:36 2006 +0000
@@ -245,7 +245,7 @@
 	}
 	/* show version message */
 	if (opt_version) {
-		printf("gntgaim %s\n", VERSION);
+		printf("gaim-text %s\n", VERSION);
 		return 0;
 	}