diff src/gtkconv.h @ 5167:d9073c83a8a0

[gaim-migrate @ 5531] Changed "view history" to "view log" in the conversation windows. This makes it consistent with the right click menu in the buddy list. I chose "log" over "history" because I feel it describes the action more accurately. I also added sweet little status text thingies for oscar people. Most importantly it shows "Not Authorized" for ICQ peeps, but it also shows "Away" and "Not Available" and "Free For Chat" and what not. It's cool. Robot101 suggested it, and it's a leap frog from faceprint's code. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Apr 2003 19:20:45 +0000
parents 7b218dde1d73
children 62f57ec16f29
line wrap: on
line diff
--- a/src/gtkconv.h	Fri Apr 18 18:04:38 2003 +0000
+++ b/src/gtkconv.h	Fri Apr 18 19:20:45 2003 +0000
@@ -46,7 +46,7 @@
 	{
 		GtkWidget *menubar;
 
-		GtkWidget *view_history;
+		GtkWidget *view_log;
 		GtkWidget *insert_link;
 		GtkWidget *insert_image;
 		GtkWidget *logging;