[GME-commit] GMESRC/GME/ObjectInspector Preference.cpp,1.32,1.33
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Sep 7 12:30:57 CDT 2004
Update of /var/lib/gme/GMESRC/GME/ObjectInspector
In directory braindrain:/tmp/cvs-serv21768
Modified Files:
Preference.cpp
Log Message:
Bug corrected: Preferences tab for Sets is now available in ObjectInspector.
CVS User: zolmol
Index: Preference.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ObjectInspector/Preference.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Preference.cpp 15 Nov 2003 02:13:31 -0000 1.32
--- Preference.cpp 7 Sep 2004 16:30:54 -0000 1.33
***************
*** 295,298 ****
--- 295,299 ----
{
CString strCurrRegPath(m_szSetPreferenceTable[i][1]);
+ m_strRegPathList.AddTail(strCurrRegPath);
}
}
***************
*** 667,671 ****
case OBJTYPE_SET:
{
! int nIndex=FindRegPathInModelTable(strCurrPath);
ASSERT(nIndex!=-1);
strDefValue=m_szSetPreferenceTable[nIndex][2];
--- 668,672 ----
case OBJTYPE_SET:
{
! int nIndex=FindRegPathInSetTable(strCurrPath);
ASSERT(nIndex!=-1);
strDefValue=m_szSetPreferenceTable[nIndex][2];
***************
*** 977,981 ****
case OBJTYPE_SET:
{
! int nIndex=FindRegPathInModelTable(strCurrPath);
ASSERT(nIndex!=-1);
return &m_szSetPreferenceTable[nIndex];
--- 978,982 ----
case OBJTYPE_SET:
{
! int nIndex=FindRegPathInSetTable(strCurrPath);
ASSERT(nIndex!=-1);
return &m_szSetPreferenceTable[nIndex];
More information about the GME-commit
mailing list