[GME-commit] GMESRC/GME/ObjectInspector Preference.cpp,1.36,1.37

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Mar 15 20:06:13 CST 2006


Update of /project/gme-repository/GMESRC/GME/ObjectInspector
In directory escher:/tmp/cvs-serv28277

Modified Files:
	Preference.cpp 
Log Message:
Left and Right Half Arrow introduced. (instead of Bond)


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Preference.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/Preference.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Preference.cpp	31 Aug 2005 21:32:50 -0000	1.36
--- Preference.cpp	15 Mar 2006 20:06:11 -0000	1.37
***************
*** 19,24 ****
  
  // LINE_STYLE_LIST (butt,arrow,diamond)
! #define LINE_STYLE_LIST_SIZE 9
! char *CPreference::m_szLineStyleList[]={"butt","arrow","diamond", "apex", "bullet", "empty diamond", "empty apex", "empty bullet", "bond" };
  
  // LINE_TYPE_LIST (solid,dash)
--- 19,24 ----
  
  // LINE_STYLE_LIST (butt,arrow,diamond)
! #define LINE_STYLE_LIST_SIZE 10
! char *CPreference::m_szLineStyleList[]={"butt","arrow","diamond", "apex", "bullet", "empty diamond", "empty apex", "empty bullet", "left half arrow", "right half arrow" };
  
  // LINE_TYPE_LIST (solid,dash)



More information about the GME-commit mailing list