paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test paratest.cpp,1.2.6.6,1.2.6.7


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test paratest.cpp,1.2.6.6,1.2.6.7
Date: Fri, 22 Nov 2002 12:58:45 -0500

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv6060/test

Modified Files:
      Tag: devel-1-0
        paratest.cpp 
Log Message:
collected changes for 1.0.3



Index: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.2.6.6
retrieving revision 1.2.6.7
diff -C2 -r1.2.6.6 -r1.2.6.7
*** paratest.cpp        25 Jul 2002 13:10:39 -0000      1.2.6.6
--- paratest.cpp        22 Nov 2002 17:58:43 -0000      1.2.6.7
***************
*** 490,494 ****
            PG_LogMSG("'100' found by ID (name '%s')", tmp->GetName());
            
!       PG_Window* tempw = 
PG_Application::GetWidgetByName<PG_Window>("WindowTwo");
        if (tempw)
            PG_LogMSG("'WindowTwo' found by name (id %d)", tempw->GetID());
--- 490,494 ----
            PG_LogMSG("'100' found by ID (name '%s')", tmp->GetName());
            
!       PG_Window* tempw = PG_Application::GetWidget<PG_Window>("WindowTwo");
        if (tempw)
            PG_LogMSG("'WindowTwo' found by name (id %d)", tempw->GetID());





reply via email to

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