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

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Aug 31 22:32:52 CDT 2005


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

Modified Files:
	Preference.cpp 
Log Message:
New connection end style added.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Preference.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/Preference.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Preference.cpp	17 Jun 2005 03:23:48 -0000	1.35
--- Preference.cpp	31 Aug 2005 21:32:50 -0000	1.36
***************
*** 19,24 ****
  
  // LINE_STYLE_LIST (butt,arrow,diamond)
! #define LINE_STYLE_LIST_SIZE 8
! char *CPreference::m_szLineStyleList[]={"butt","arrow","diamond", "apex", "bullet", "empty diamond", "empty apex", "empty bullet" };
  
  // LINE_TYPE_LIST (solid,dash)
--- 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)



More information about the GME-commit mailing list