[GME-commit] GMESRC/GME/ObjectInspector InPlaceManager.cpp,1.21,1.22

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Mar 8 15:45:29 CST 2004


Update of /var/lib/gme/GMESRC/GME/ObjectInspector
In directory braindrain:/tmp/cvs-serv20574

Modified Files:
	InPlaceManager.cpp 
Log Message:
External Text Editor support was modified: some editors do not exit after attribute edit (eg.: multi document editors). The current approach is more primitive, but it works.


CVS User: volgy

Index: InPlaceManager.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ObjectInspector/InPlaceManager.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** InPlaceManager.cpp	2 Mar 2004 21:51:28 -0000	1.21
--- InPlaceManager.cpp	8 Mar 2004 21:45:27 -0000	1.22
***************
*** 395,399 ****
  	szCommandLine.ReleaseBuffer();
  
! 	DWORD h = ::WaitForSingleObject(processInfo.hProcess, INFINITE);
  
  	// open temporary file
--- 395,400 ----
  	szCommandLine.ReleaseBuffer();
  
! 	// DWORD h = ::WaitForSingleObject(processInfo.hProcess, INFINITE);
! 	m_EditorButton.MessageBox("Click OK to finish.", "Using External Text Editor", MB_ICONINFORMATION);
  
  	// open temporary file



More information about the GME-commit mailing list