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.16,1.17


From: Eric Ross <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.16,1.17
Date: Thu, 12 Sep 2002 02:32:55 -0400

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

Modified Files:
        pgwidget.cpp 
Log Message:
Mod to make work the case SetText(GetText)


Index: pgwidget.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwidget.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** pgwidget.cpp        18 Aug 2002 08:12:53 -0000      1.16
--- pgwidget.cpp        12 Sep 2002 06:32:53 -0000      1.17
***************
*** 1288,1292 ****
        }
  
!       my_text = text;
        Update();
  }
--- 1288,1292 ----
        }
  
!       my_text = std::string(text);
        Update();
  }





reply via email to

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