From e7012900d9a65f3c1c78df6b96ea53f78302b939 Mon Sep 17 00:00:00 2001
From: Ilka Antcheva <Ilka.Antcheva@cern.ch>
Date: Fri, 9 Jun 2006 15:33:05 +0000
Subject: [PATCH] - fix in the comment after ClassDef

git-svn-id: http://root.cern.ch/svn/root/trunk@15394 27541ba8-7e3a-0410-8455-c3a389f83636
---
 gui/inc/TGTextView.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/inc/TGTextView.h b/gui/inc/TGTextView.h
index 971bf2b0b4a..448ed0acbb2 100644
--- a/gui/inc/TGTextView.h
+++ b/gui/inc/TGTextView.h
@@ -1,4 +1,4 @@
-// @(#)root/gui:$Name:  $:$Id: TGTextView.h,v 1.14 2006/05/23 04:47:38 brun Exp $
+// @(#)root/gui:$Name:  $:$Id: TGTextView.h,v 1.15 2006/06/06 07:44:28 antcheva Exp $
 // Author: Fons Rademakers   1/7/2000
 
 /*************************************************************************
@@ -108,7 +108,7 @@ public:
 
    virtual void DataChanged() { Emit("DataChanged()"); }  //*SIGNAL*
 
-   ClassDef(TGTextView,0)  // Editable text widget base class (links TGText to TGEditView)
+   ClassDef(TGTextView,0)  // Non-editable text viewer widget
 };
 
 #endif
-- 
GitLab