diff console/gntgaim.c @ 14351:1bd09d355f9e

[gaim-migrate @ 17054] Allow adding chats in the buddylist. And fix a few bugs along the way. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 27 Aug 2006 06:14:12 +0000
parents 43d9afee9c3c
children 81650a27f253
line wrap: on
line diff
--- a/console/gntgaim.c	Sun Aug 27 02:44:52 2006 +0000
+++ b/console/gntgaim.c	Sun Aug 27 06:14:12 2006 +0000
@@ -224,7 +224,7 @@
 	}
 	/* show version message */
 	if (opt_version) {
-		printf("Gaim %s\n", VERSION);
+		printf("gntgaim %s\n", VERSION);
 		return 0;
 	}