[GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.50,1.51

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 8 20:10:24 CDT 2006


Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv11749

Modified Files:
	ActiveBrowserPropertyPage.cpp 
Log Message:
Closuremarking.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ActiveBrowserPropertyPage.cpp	8 Jun 2006 22:22:48 -0000	1.50
--- ActiveBrowserPropertyPage.cpp	8 Aug 2006 19:10:22 -0000	1.51
***************
*** 964,967 ****
--- 964,968 ----
  		long _wrappingMode;                   // 0: miniproject; 1: automatic; 2: as is
  		long _kindFilter;                     // -1 = all; otherwise calculate the 0b000rsamf mask; where f = Folders; m = Models; a = Atoms; s = Sets; r = References
+ 		long _markThem;
  		long _options;
  		VARIANT_BOOL _directionDown;
***************
*** 982,985 ****
--- 983,987 ----
  			, &_wrappingMode                    // 0: miniproject; 1: automatic; 2: as is
  			, &_kindFilter                      // -1 = all; otherwise calculate the 0b000rsamf mask; where f = Folders; m = Models; a = Atoms; s = Sets; r = References
+ 			, &_markThem                        // -1 = do not mark
  			, &_options
  			, &_directionDown
***************
*** 1007,1010 ****
--- 1009,1013 ----
  			, _wrappingMode                    // 0: miniproject, 1: automatic, 2: as is
  			, _kindFilter                      // -1 = all, otherwise calculate the 0b000rsamf mask, where f = Folders, m = Models, a = Atoms, s = Sets, r = References
+ 			, _markThem                        // -1 = do not mark
  			, _directionDown
  			, PutOut( sel_fcos), PutOut( sel_folders)



More information about the GME-commit mailing list