paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.4.4.9,1.4.4.10


From: Eric Ross <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.4.4.9,1.4.4.10
Date: Thu, 12 Sep 2002 02:35:01 -0400

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv1788/paragui/src/widgets

Modified Files:
      Tag: devel-1-0
        pgwidget.cpp 
Log Message:
Mod to SetText() to make it work in the case SetText(GetText())


Index: pgwidget.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwidget.cpp,v
retrieving revision 1.4.4.9
retrieving revision 1.4.4.10
diff -C2 -r1.4.4.9 -r1.4.4.10
*** pgwidget.cpp        30 Jul 2002 20:50:27 -0000      1.4.4.9
--- pgwidget.cpp        12 Sep 2002 06:34:59 -0000      1.4.4.10
***************
*** 1294,1298 ****
        }
  
!       my_text = text;
        Update();
  }
--- 1294,1298 ----
        }
  
!       my_text = std::string(text);
        Update();
  }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]