[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
GlobalAspOrder.cpp,1.2,1.3
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jun 16 14:56:54 CDT 2004
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004 iconDN.ico,NONE,1.1
iconUP.ico,NONE,1.1 BON2Component.cpp,1.14,1.15
Component.rc,1.5,1.6 MetaGME2004.dsp,1.9,1.10 resource.h,1.3,1.4
- Next message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
AspectRep.cpp,1.8,1.9 AspectRep.h,1.6,1.7 Dumper.cpp,1.17,1.18
ModelRep.cpp,1.11,1.12 ReferenceRep.cpp,1.9,1.10 SetRep.cpp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
In directory braindrain:/tmp/cvs-serv25910/Asp
Modified Files:
GlobalAspOrder.cpp
Log Message:
Bug corrected: Aspect membership of a Role needs to be derived to roles in the derived models.
Instead of bitmaps icons with transparent background used on the Aspect Order Dialogue buttons.
CVS User: zolmol
Index: GlobalAspOrder.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp/GlobalAspOrder.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GlobalAspOrder.cpp 8 Mar 2004 22:22:59 -0000 1.2
--- GlobalAspOrder.cpp 16 Jun 2004 18:56:52 -0000 1.3
***************
*** 92,97 ****
CDialog::OnInitDialog();
! m_down.SetBitmap( ::LoadBitmap(AfxGetApp()->m_hInstance, MAKEINTRESOURCE(IDB_BITMAPDN)));
! m_up.SetBitmap( ::LoadBitmap(AfxGetApp()->m_hInstance, MAKEINTRESOURCE(IDB_BITMAPUP)));
std::vector< AspectRep *>::const_iterator i;
--- 92,97 ----
CDialog::OnInitDialog();
! m_down.SetIcon( ::LoadIcon(AfxGetApp()->m_hInstance, MAKEINTRESOURCE(IDI_ICONDN)));
! m_up.SetIcon( ::LoadIcon(AfxGetApp()->m_hInstance, MAKEINTRESOURCE(IDI_ICONUP)));
std::vector< AspectRep *>::const_iterator i;
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004 iconDN.ico,NONE,1.1
iconUP.ico,NONE,1.1 BON2Component.cpp,1.14,1.15
Component.rc,1.5,1.6 MetaGME2004.dsp,1.9,1.10 resource.h,1.3,1.4
- Next message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
AspectRep.cpp,1.8,1.9 AspectRep.h,1.6,1.7 Dumper.cpp,1.17,1.18
ModelRep.cpp,1.11,1.12 ReferenceRep.cpp,1.9,1.10 SetRep.cpp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list