paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/widgets pgwindow.cpp,1.10,1.11


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwindow.cpp,1.10,1.11
Date: Wed, 26 Jun 2002 07:45:09 -0400

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

Modified Files:
        pgwindow.cpp 
Log Message:
more factory stuff



Index: pgwindow.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwindow.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** pgwindow.cpp        6 May 2002 10:40:50 -0000       1.10
--- pgwindow.cpp        26 Jun 2002 11:45:07 -0000      1.11
***************
*** 250,251 ****
--- 250,255 ----
        return rc;
  }
+ 
+ void PG_Window::SetTitle(const char* title) {
+       my_labelTitle->SetText(title);
+ }




reply via email to

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