From c5c831d7c042959224834d4a323fff94f3612b66 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 16 Aug 2009 15:53:37 +0000 Subject: [PATCH] Remove legacy cruft and use proper program name git-svn-id: https://radegast.googlecode.com/svn/trunk@150 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/GUI/Dialogs/Profile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Radegast/GUI/Dialogs/Profile.cs b/Radegast/GUI/Dialogs/Profile.cs index 980e085..8df3d7d 100644 --- a/Radegast/GUI/Dialogs/Profile.cs +++ b/Radegast/GUI/Dialogs/Profile.cs @@ -60,8 +60,8 @@ namespace Radegast client = this.instance.Client; this.fullName = fullName; this.agentID = agentID; - - this.Text = fullName + " (profile) - TheLBot"; + + this.Text = fullName + " (profile) - " + Properties.Resources.ProgramName; // Callbacks client.Avatars.OnAvatarNames += new AvatarManager.AvatarNamesCallback(Avatars_OnAvatarNames); -- 2.11.0